Searched defs:TraverseFunctionDecl (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-project/clang/unittests/AST/ | ||
| D | RecursiveASTVisitorTest.cpp | 62 bool TraverseFunctionDecl(FunctionDecl *D) { in TraverseFunctionDecl() function in __anon45b46d340111::CollectInterestingEvents |
| /external/llvm-project/clang/lib/ARCMigrate/ | ||
| D | TransZeroOutPropsInDealloc.cpp | 140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anoncc2d763e0111::ZeroOutInDeallocRemover |
| /external/clang/lib/ARCMigrate/ | ||
| D | TransZeroOutPropsInDealloc.cpp | 143 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon47c8bc500111::ZeroOutInDeallocRemover |
| /external/llvm-project/clang/unittests/Tooling/ | ||
| D | ExecutionTest.cpp | 47 bool TraverseFunctionDecl(clang::FunctionDecl *Decl) { in TraverseFunctionDecl() function in clang::tooling::__anon1070cdac0111::ASTConsumerWithResult |