Searched refs:VisitTypeLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLocVisitor.h55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } function in class:clang::TypeLocVisitor
H A DRecursiveASTVisitor.h352 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
353 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::RecursiveASTVisitor
1014 // which in effect means we'd call VisitTypeLoc twice with the
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp16 bool VisitTypeLoc(TypeLoc TypeLocation) { function in class:clang::TypeLocVisitor
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h347 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
348 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::cxindex::RecursiveASTVisitor
950 // which in effect means we'd call VisitTypeLoc twice with the
/external/clang/lib/Sema/
H A DSemaType.cpp3176 void VisitTypeLoc(TypeLoc TL) { function in class:__anon256::TypeSpecLocFiller
3288 void VisitTypeLoc(TypeLoc TL) { function in class:__anon256::DeclaratorLocFiller

Completed in 92 milliseconds