Lines Matching defs:ConstexprLoc
1249 SourceLocation &ConstexprLoc,
1254 assert(ConstexprLoc.isInvalid());
1281 ConsumeLocation(ConstexprLoc, 2);
1309 addConstexprToLambdaDeclSpecifier(Parser &P, SourceLocation ConstexprLoc,
1311 if (ConstexprLoc.isValid()) {
1312 P.Diag(ConstexprLoc, !P.getLangOpts().CPlusPlus17
1317 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec,
1526 SourceLocation ConstexprLoc;
1530 tryConsumeLambdaSpecifierToken(*this, MutableLoc, StaticLoc, ConstexprLoc,
1536 addConstexprToLambdaDeclSpecifier(*this, ConstexprLoc, DS);