Searched refs:VisitTypeLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ | ||
D | TypeLocVisitor.h | 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } in VisitTypeLoc() function |
D | RecursiveASTVisitor.h | 436 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } |
/external/clang/unittests/Tooling/ | ||
D | RecursiveASTVisitorTestTypeLocVisitor.cpp | 19 bool VisitTypeLoc(TypeLoc TypeLocation) { in VisitTypeLoc() function in __anon180bf48c0111::TypeLocVisitor |
/external/clang/lib/Sema/ | ||
D | SemaType.cpp | 4982 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anone6ab63c20b11::TypeSpecLocFiller |