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

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h367 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } function in class:clang::RecursiveASTVisitor
H A DRecursiveASTVisitor.h369 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } function in class:clang::RecursiveASTVisitor

Completed in 175 milliseconds