Lines Matching defs:ConstexprLoc
1236 SourceLocation &ConstexprLoc,
1241 assert(ConstexprLoc.isInvalid());
1268 ConsumeLocation(ConstexprLoc, 2);
1296 addConstexprToLambdaDeclSpecifier(Parser &P, SourceLocation ConstexprLoc,
1298 if (ConstexprLoc.isValid()) {
1299 P.Diag(ConstexprLoc, !P.getLangOpts().CPlusPlus17
1304 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec,
1509 SourceLocation ConstexprLoc;
1513 tryConsumeLambdaSpecifierToken(*this, MutableLoc, StaticLoc, ConstexprLoc,
1519 addConstexprToLambdaDeclSpecifier(*this, ConstexprLoc, DS);