reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clang-tidy/utils/ASTUtils.h
   18 const FunctionDecl *getSurroundingFunction(ASTContext &Context,

References

tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp
   33   const FunctionDecl *Function = getSurroundingFunction(Context, Statement);
   84   const auto *Function = getSurroundingFunction(Context, Statement);
tools/clang/tools/extra/clang-tidy/utils/UsingInserter.cpp
   35   const FunctionDecl *Function = getSurroundingFunction(Context, Statement);
   80   const FunctionDecl *Function = getSurroundingFunction(Context, Statement);