Searched refs:WalkUpFromDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h386 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); } function in class:clang::RecursiveASTVisitor
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h381 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); } function in class:clang::cxindex::RecursiveASTVisitor

Completed in 50 milliseconds