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