Searched defs:TraverseFunctionDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | TransZeroOutPropsInDealloc.cpp | 140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon3c9294fa0111::ZeroOutInDeallocRemover |
/llvm-project/clang/unittests/AST/ | ||
H A D | RecursiveASTVisitorTest.cpp | 74 bool TraverseFunctionDecl(FunctionDecl *D) { in TraverseFunctionDecl() function in __anon183f8df00111::CollectInterestingEvents |
/llvm-project/clang/unittests/Tooling/ | ||
H A D | ExecutionTest.cpp | 47 bool TraverseFunctionDecl(clang::FunctionDecl *Decl) { TraverseFunctionDecl() function in clang::tooling::__anonb55111680111::ASTConsumerWithResult |