Home
last modified time | relevance | path

Searched defs:TraverseFunctionDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon3c9294fa0111::ZeroOutInDeallocRemover
/llvm-project/clang/unittests/AST/
H A DRecursiveASTVisitorTest.cpp74 bool TraverseFunctionDecl(FunctionDecl *D) { in TraverseFunctionDecl() function in __anon183f8df00111::CollectInterestingEvents
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp47 bool TraverseFunctionDecl(clang::FunctionDecl *Decl) { TraverseFunctionDecl() function in clang::tooling::__anonb55111680111::ASTConsumerWithResult