reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/FormatToken.h
  331     return is(tok::kw_if) || endsSequence(tok::kw_constexpr, tok::kw_if) ||
tools/clang/lib/Format/TokenAnnotator.cpp
  849           CurrentToken->isOneOf(tok::kw_constexpr, tok::identifier))
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1767   if (FormatTok->Tok.isOneOf(tok::kw_constexpr, tok::identifier))
tools/clang/lib/Parse/ParseDecl.cpp
 3661     case tok::kw_constexpr:
 5091   case tok::kw_constexpr:
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1318   case tok::kw_constexpr:       // struct foo {...} constexpr x;
tools/clang/lib/Parse/ParseExprCXX.cpp
 1163     case tok::kw_constexpr:
 1386                          tok::kw_constexpr, tok::kw_consteval) ||
 1396     case tok::kw_constexpr: TokKind = 3; break;
tools/clang/lib/Parse/ParseStmt.cpp
 1207   if (Tok.is(tok::kw_constexpr)) {
tools/clang/lib/Parse/ParseTentative.cpp
 1409   case tok::kw_constexpr:
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  161   return T.isOneOf(tok::kw_constexpr, tok::kw_inline, tok::kw_extern,