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.h436 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
437 bool VisitTypeLoc(TypeLoc TL) { return true; }
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestTypeLocVisitor.cpp19 bool VisitTypeLoc(TypeLoc TypeLocation) { in VisitTypeLoc() function in __anon5fc818c20111::TypeLocVisitor
/external/clang/lib/Sema/
DSemaType.cpp4982 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon0c34bf780b11::TypeSpecLocFiller
5107 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon0c34bf780b11::DeclaratorLocFiller