Searched defs: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.h362 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
363 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::RecursiveASTVisitor
1039 // which in effect means we'd call VisitTypeLoc twice with the
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp18 bool VisitTypeLoc(TypeLoc TypeLocation) { function in class:clang::TypeLocVisitor
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h349 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
350 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::cxindex::RecursiveASTVisitor
963 // which in effect means we'd call VisitTypeLoc twice with the
/external/clang/lib/Sema/
H A DSemaType.cpp3562 void VisitTypeLoc(TypeLoc TL) { function in class:__anon15437::TypeSpecLocFiller
3679 void VisitTypeLoc(TypeLoc TL) { function in class:__anon15437::DeclaratorLocFiller

Completed in 151 milliseconds