Searched refs:VisitTypeLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLocVisitor.h55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } function in class:clang::TypeLocVisitor
H A DRecursiveASTVisitor.h414 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
415 bool VisitTypeLoc(TypeLoc TL) { return true; } function in class:clang::RecursiveASTVisitor
1012 // which in effect means we'd call VisitTypeLoc twice with the
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4733 void VisitTypeLoc(TypeLoc TL) { function in class:__anon4081::TypeSpecLocFiller
4858 void VisitTypeLoc(TypeLoc TL) { function in class:__anon4081::DeclaratorLocFiller

Completed in 108 milliseconds