Searched defs:TLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); local
62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
H A DObjCMT.cpp778 TypeLoc TLoc = TSourceInfo->getTypeLoc(); local
779 EndLoc = TLoc.getLocEnd();
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp609 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); local
610 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
H A DSemaType.cpp4075 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); local
4076 TLoc.setStarLoc(FixitLoc);
/external/clang/include/clang/AST/
H A DOpenMPClause.h3328 /// \param TLoc Type location.
3330 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } argument

Completed in 681 milliseconds