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

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h346 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); } function in class:clang::RecursiveASTVisitor
H A DRecursiveASTVisitor.h348 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); } function in class:clang::RecursiveASTVisitor

Completed in 139 milliseconds