Home
last modified time | relevance | path

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

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