Home
last modified time | relevance | path

Searched refs:AutoLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3050 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter() local
3051 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter()
3053 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) { in InventTemplateParameter()
3055 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter()
3058 TAL.addArgument(AutoLoc.getArgLoc(Idx)); in InventTemplateParameter()
3063 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter()
3064 AutoLoc.getNamedConcept(), /*FoundDecl=*/AutoLoc.getFoundDecl(), in InventTemplateParameter()
3065 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
H A DSemaTemplateInstantiateDecl.cpp3646 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl() local
3647 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl()
3658 if (SemaRef.AttachTypeConstraint(AutoLoc, /*NewConstrainedParm=*/Param, in VisitNonTypeTemplateParmDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3937 SourceLocation AutoLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local
3948 << FixItHint::CreateReplacement(SourceRange(AutoLoc, in ParseDeclarationSpecifiers()
3962 isInvalid = DS.SetTypeSpecType(TST_auto, AutoLoc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()