Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLocVisitor.h54 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); } in VisitTypeLoc() function
HDRecursiveASTVisitor.h465 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
466 bool VisitTypeLoc(TypeLoc TL) { return true; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRecursiveSymbolVisitor.h86 bool VisitTypeLoc(const TypeLoc Loc) { in VisitTypeLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
HDUSRLocFinder.cpp352 bool VisitTypeLoc(TypeLoc Loc) { in VisitTypeLoc() function in clang::tooling::__anon166017d60111::RenameLocFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp5761 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon695570ae1111::TypeSpecLocFiller
5891 void VisitTypeLoc(TypeLoc TL) { in VisitTypeLoc() function in __anon695570ae1111::DeclaratorLocFiller
HDSemaDeclAttr.cpp8555 bool VisitTypeLoc(TypeLoc Ty);
8679 bool DiagnoseUnguardedAvailability::VisitTypeLoc(TypeLoc Ty) { in VisitTypeLoc() function in __anon3258675f0b11::DiagnoseUnguardedAvailability