Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp140 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anonbf7838de0111::ZeroOutInDeallocRemover
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3554 Visitor.TraverseFunctionDecl(const_cast<FunctionDecl*>(F)); in shouldEmitFunction()