Searched refs:TLoc (Results 1 – 6 of 6) sorted by relevance
61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc(); in VisitBinaryOperator() local62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong "); in VisitBinaryOperator()
789 TypeLoc TLoc = TSourceInfo->getTypeLoc(); in rewriteToNSMacroDecl() local790 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
1384 template <typename TLoc, typename T>1385 class LocMatcher : public WrapperMatcherInterface<TLoc> {1390 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
558 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); in CreatePropertyDecl() local559 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
3766 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local3767 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
1168 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,