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

References

tools/clang/lib/Format/FormatToken.h
  448     case tok::kw_noexcept:
tools/clang/lib/Format/TokenAnnotator.cpp
  823                                                   tok::kw_noexcept))
 1498                                tok::kw_noexcept) &&
 1609     if (Tok.Next->isOneOf(tok::kw_noexcept, tok::kw_volatile, tok::kw_const,
 1687                            tok::kw_noexcept) ||
tools/clang/lib/Format/UnwrappedLineParser.cpp
  880          Tok.isNot(tok::kw_noexcept);
 1447     case tok::kw_noexcept:
tools/clang/lib/Parse/ParseDecl.cpp
 6360           GetLookAheadToken(0).is(tok::kw_noexcept) &&
 6362           GetLookAheadToken(2).is(tok::kw_noexcept) &&
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3607     if (Tok.isNot(tok::kw_throw) && Tok.isNot(tok::kw_noexcept))
 3611     bool IsNoexcept = Tok.is(tok::kw_noexcept);
 3652   if (Tok.isNot(tok::kw_noexcept))
tools/clang/lib/Parse/ParseExpr.cpp
 1411   case tok::kw_noexcept: { // [C++0x] 'noexcept' '(' expression ')'
tools/clang/lib/Parse/ParseTentative.cpp
 1086   case tok::kw_noexcept:
 1857                        tok::kw_throw, tok::kw_noexcept, tok::l_square,
 2051   if (Tok.is(tok::kw_noexcept)) {