Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon7b9bb1120111::ZeroOutInDeallocRemover
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3119 Visitor.TraverseFunctionDecl(const_cast<FunctionDecl*>(F)); in shouldEmitFunction()