Searched refs:AutoLoc (Results 1 – 3 of 3) sorted by relevance
3254 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter() local3255 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter()3257 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) { in InventTemplateParameter()3259 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter()3262 TAL.addArgument(AutoLoc.getArgLoc(Idx)); in InventTemplateParameter()3267 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()3268 AutoLoc.getNamedConcept(), in InventTemplateParameter()3269 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
2877 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl() local2878 if (AutoLoc.isConstrained()) in VisitNonTypeTemplateParmDecl()2880 AutoLoc, Param, in VisitNonTypeTemplateParmDecl()
3505 SourceLocation AutoLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local3516 << FixItHint::CreateReplacement(SourceRange(AutoLoc, in ParseDeclarationSpecifiers()