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

  /external/clang/include/clang/AST/
TypeLocVisitor.h 55 RetTy VisitTypeLoc(TypeLoc TyLoc) { return RetTy(); }
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 49 milliseconds