Searched refs:TLoc (Results 1 – 7 of 7) sorted by relevance
61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
778 TypeLoc TLoc = TSourceInfo->getTypeLoc(); in rewriteToNSMacroDecl() local779 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
1477 template <typename TLoc, typename T>1478 class LocMatcher : public WrapperMatcherInterface<TLoc> {1483 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
609 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); in CreatePropertyDecl() local610 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
4075 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local4076 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
3330 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument
1252 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,