Home | History | Annotate | Download | only in Sema

Lines Matching refs:TL

1512   bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) {
1513 return !Matches(TL.getTypePtr()->getDepth(), TL.getNameLoc());
3067 DependentNameTypeLoc TL = TLB.push<DependentNameTypeLoc>(ArgType);
3068 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/));
3069 TL.setQualifierLoc(SS.getWithLocInContext(Context));
3070 TL.setNameLoc(NameInfo.getLoc());
5798 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) {
5799 if (!TL.getType()->isDependentType())
5802 Checker.TraverseTypeLoc(TL);
5804 return TL.getSourceRange();
7714 DependentNameTypeLoc TL = TLB.push<DependentNameTypeLoc>(Result);
7715 TL.setElaboratedKeywordLoc(TagLoc);
7716 TL.setQualifierLoc(SS.getWithLocInContext(Context));
7717 TL.setNameLoc(NameLoc);
7743 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>();
7744 TL.setElaboratedKeywordLoc(TypenameLoc);
7745 TL.setQualifierLoc(QualifierLoc);
7746 TL.setNameLoc(IdLoc);
7748 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>();
7749 TL.setElaboratedKeywordLoc(TypenameLoc);
7750 TL.setQualifierLoc(QualifierLoc);
7751 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IdLoc);
7819 ElaboratedTypeLoc TL = Builder.push<ElaboratedTypeLoc>(T);
7820 TL.setElaboratedKeywordLoc(TypenameLoc);
7821 TL.setQualifierLoc(SS.getWithLocInContext(Context));