Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp143 bool TraverseFunctionDecl(FunctionDecl *D) { return true; } in TraverseFunctionDecl() function in __anon5af92ae90111::ZeroOutInDeallocRemover
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1632 Walker.TraverseFunctionDecl(const_cast<FunctionDecl*>(FD)); in isTriviallyRecursive()
1647 Visitor.TraverseFunctionDecl(const_cast<FunctionDecl*>(F)); in shouldEmitFunction()