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()
777 TypeLoc TLoc = TSourceInfo->getTypeLoc(); in rewriteToNSMacroDecl() local778 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
1405 template <typename TLoc, typename T>1406 class LocMatcher : public WrapperMatcherInterface<TLoc> {1411 bool matches(const TLoc &Node, ASTMatchFinder *Finder,
2653 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() argument
1240 getTemplateSpecializationTypeInfo(TemplateName T, SourceLocation TLoc,
605 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart(); in CreatePropertyDecl() local606 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc); in CreatePropertyDecl()
3807 ObjCObjectPointerTypeLoc TLoc = TLB.push<ObjCObjectPointerTypeLoc>(T); in GetFullTypeForDeclarator() local3808 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()