Home
last modified time | relevance | path

Searched refs:TraverseFunctionDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DRecursiveASTVisitorTest.cpp74 bool TraverseFunctionDecl(FunctionDecl *D) { in TraverseFunctionDecl() function in __anon3eb5942d0111::CollectInterestingEvents
76 bool Ret = RecursiveASTVisitor::TraverseFunctionDecl(D); in TraverseFunctionDecl()
/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
52 return ASTVisitor::TraverseFunctionDecl(Decl); in TraverseFunctionDecl()
/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-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1609 TraverseFunctionDecl(const_cast<FunctionDecl *>(FD)); in setup()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp3423 Visitor.TraverseFunctionDecl(const_cast<FunctionDecl*>(F)); in shouldEmitFunction()