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

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 557 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart();
558 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
    [all...]
SemaType.cpp     [all...]

Completed in 48 milliseconds