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 __anone39157ed0111::CollectInterestingEvents |
/external/clang/lib/ARCMigrate/ | ||
D | TransZeroOutPropsInDealloc.cpp | 143 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon5af92ae90111::ZeroOutInDeallocRemover |
/external/llvm-project/clang/lib/ARCMigrate/ | ||
D | TransZeroOutPropsInDealloc.cpp | 140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon8f8315770111::ZeroOutInDeallocRemover |
/external/llvm-project/clang/unittests/Tooling/ | ||
D | ExecutionTest.cpp | 47 bool TraverseFunctionDecl(clang::FunctionDecl *Decl) { in TraverseFunctionDecl() function in clang::tooling::__anond24661a50111::ASTConsumerWithResult |