HomeSort by relevance Sort by last modified time
    Searched refs:VisitTypeLoc (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 436 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
437 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestTypeLocVisitor.cpp 19 bool VisitTypeLoc(TypeLoc TypeLocation) {
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 540 milliseconds