Searched refs:AutoLoc (Results 1 – 3 of 3) sorted by relevance
3221 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter() local3222 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter()3224 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) { in InventTemplateParameter()3226 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter()3229 TAL.addArgument(AutoLoc.getArgLoc(Idx)); in InventTemplateParameter()3234 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()3235 AutoLoc.getNamedConcept(), in InventTemplateParameter()3236 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
2798 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl() local2799 if (AutoLoc.isConstrained()) in VisitNonTypeTemplateParmDecl()2801 AutoLoc, Param, in VisitNonTypeTemplateParmDecl()
3498 SourceLocation AutoLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local3509 << FixItHint::CreateReplacement(SourceRange(AutoLoc, in ParseDeclarationSpecifiers()