HomeSort by: relevance | last modified time | path
    Searched refs:VisitTypeLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLocVisitor.h 53 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 421 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
422 bool VisitTypeLoc(TypeLoc TL) { return true; }
1117 // which in effect means we'd call VisitTypeLoc twice with the
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h 86 bool VisitTypeLoc(const TypeLoc Loc) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 371 bool VisitTypeLoc(TypeLoc Loc) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 732 bool VisitTypeLoc(TypeLoc Ty);
856 bool DiagnoseUnguardedAvailability::VisitTypeLoc(TypeLoc Ty) {
SemaType.cpp 6047 void VisitTypeLoc(TypeLoc TL) {
6191 void VisitTypeLoc(TypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 134 SourceLocation VisitTypeLoc(TypeLoc T) {
144 return VisitTypeLoc(T);

Completed in 37 milliseconds