10 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ASTUTILS_H
11 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ASTUTILS_H
13 #include "clang/AST/AST.h"
20 const Stmt &Statement);
25 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ASTUTILS_H
const FunctionDecl * getSurroundingFunction(ASTContext &Context, const Stmt &Statement)
ClangTidyContext & Context