Searched defs:VisitTypeLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestTypeLocVisitor.cpp19 bool VisitTypeLoc(TypeLoc TypeLocation) { function in class:__anon3723::TypeLocVisitor
/external/clang/include/clang/AST/
H A DTypeLocVisitor.h55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } function in class:clang::TypeLocVisitor
H A DRecursiveASTVisitor.h436 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
437 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::RecursiveASTVisitor
1085 // which in effect means we'd call VisitTypeLoc twice with the
/external/clang/lib/Sema/
H A DSemaType.cpp4982 void VisitTypeLoc(TypeLoc TL) { function in class:__anon1899::TypeSpecLocFiller
5107 void VisitTypeLoc(TypeLoc TL) { function in class:__anon1899::DeclaratorLocFiller

Completed in 159 milliseconds