Searched refs:AutoLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3474 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter() local 3475 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter() 3477 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) { in InventTemplateParameter() 3479 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter() 3482 TAL.addArgument(AutoLoc.getArgLoc(Idx)); in InventTemplateParameter() 3487 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter() 3488 AutoLoc.getNamedConcept(), in InventTemplateParameter() 3489 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3058 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl() local 3059 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl() 3070 if (SemaRef.AttachTypeConstraint(AutoLoc, /*NewConstrainedParm=*/Param, in VisitNonTypeTemplateParmDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3885 SourceLocation AutoLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local 3896 << FixItHint::CreateReplacement(SourceRange(AutoLoc, in ParseDeclarationSpecifiers() 3910 isInvalid = DS.SetTypeSpecType(TST_auto, AutoLoc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()
|