Home
last modified time | relevance | path

Searched refs:VisitTypeLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DTypeLocVisitor.h55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } in VisitTypeLoc() function
DRecursiveASTVisitor.h414 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
415 bool VisitTypeLoc(TypeLoc TL) { return true; }
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestTypeLocVisitor.cpp19 bool VisitTypeLoc(TypeLoc TypeLocation) { in VisitTypeLoc() function in __anonb774a6030111::TypeLocVisitor
/external/clang/lib/Sema/
DSemaType.cpp4685 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon9acaebf90811::TypeSpecLocFiller
4806 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon9acaebf90811::DeclaratorLocFiller