Searched defs:VisitTypeLoc (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ | ||
H A D | TypeLocVisitor.h | 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } in VisitTypeLoc() function |
H A D | DataRecursiveASTVisitor.h | 368 bool VisitTypeLoc(TypeLoc TL) { return true; } in VisitTypeLoc() function |
H A D | RecursiveASTVisitor.h | 370 bool VisitTypeLoc(TypeLoc TL) { return true; } in VisitTypeLoc() function |
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ | ||
H A D | RecursiveASTVisitorTestTypeLocVisitor.cpp | 19 bool VisitTypeLoc(TypeLoc TypeLocation) { in VisitTypeLoc() function in __anondb50ec540111::TypeLocVisitor |
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 3648 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anonf2cf058a0311::TypeSpecLocFiller |