Searched refs:AutoLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2998 AutoTypeLoc AutoLoc = TrailingTSI->getTypeLoc().getContainedAutoTypeLoc(); in InventTemplateParameter() local 2999 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter() 3001 for (unsigned Idx = 0; Idx < AutoLoc.getNumArgs(); ++Idx) { in InventTemplateParameter() 3003 S.DiagnoseUnexpandedParameterPack(AutoLoc.getArgLoc(Idx), in InventTemplateParameter() 3006 TAL.addArgument(AutoLoc.getArgLoc(Idx)); in InventTemplateParameter() 3011 AutoLoc.getNestedNameSpecifierLoc(), AutoLoc.getConceptNameInfo(), in InventTemplateParameter() 3012 AutoLoc.getNamedConcept(), /*FoundDecl=*/AutoLoc.getFoundDecl(), in InventTemplateParameter() 3013 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3101 if (AutoTypeLoc AutoLoc = DI->getTypeLoc().getContainedAutoTypeLoc()) in VisitNonTypeTemplateParmDecl() local 3102 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl() 3113 if (SemaRef.AttachTypeConstraint(AutoLoc, /*NewConstrainedParm=*/Param, in VisitNonTypeTemplateParmDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 4154 SourceLocation AutoLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local 4165 << FixItHint::CreateReplacement(SourceRange(AutoLoc, in ParseDeclarationSpecifiers() 4179 isInvalid = DS.SetTypeSpecType(TST_auto, AutoLoc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()
|