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

  /external/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
RecursiveASTVisitor.h 352 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
353 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 16 bool VisitTypeLoc(TypeLoc TypeLocation) {
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 347 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
348 bool VisitTypeLoc(TypeLoc TL) { return true; }
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 288 milliseconds