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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   71 OVERLOADED_OPERATOR(Exclaim              , "!"   , exclaim            , true , false, false)
tools/clang/include/clang/Basic/TokenKinds.def
  357 CXX_KEYWORD_OPERATOR(not     , exclaim)
tools/clang/lib/Format/FormatToken.h
  417     case tok::exclaim:
tools/clang/lib/Format/FormatTokenLexer.cpp
  330                       tok::r_brace, tok::l_square, tok::semi, tok::exclaim,
  348   if (Prev->isOneOf(tok::plusplus, tok::minusminus, tok::exclaim))
tools/clang/lib/Format/TokenAnnotator.cpp
 1347     } else if (Current.isOneOf(tok::semi, tok::exclaim)) {
 1359       if (Current.is(tok::exclaim)) {
 1411     } else if (Current.isOneOf(tok::exclaim, tok::tilde)) {
 2544   if (Left.isOneOf(tok::exclaim, tok::tilde))
 2913       if (Left.is(tok::exclaim) && Left.TokenText == "not")
 2918     return (Style.SpaceAfterLogicalNot && Left.is(tok::exclaim)) ||
 3294     if (Left.is(tok::exclaim) && Right.is(tok::colon))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  958   if (Next->is(tok::exclaim) && PreviousMustBeValue)
 1468     case tok::exclaim:
tools/clang/lib/Lex/Lexer.cpp
 3582       Kind = tok::exclaim;
tools/clang/lib/Lex/ModuleMap.cpp
 1547   case tok::exclaim:
tools/clang/lib/Lex/PPExpressions.cpp
  464   case tok::exclaim: {
tools/clang/lib/Lex/TokenConcatenation.cpp
  119   TokenInfo[tok::exclaim     ] |= aci_avoid_equal;           // !=
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3905   case tok::exclaim:      // 'not'
tools/clang/lib/Parse/ParseExpr.cpp
 1172   case tok::exclaim:       // unary-expression: '!' cast-expression
tools/clang/lib/Parse/ParseObjc.cpp
 1017   case tok::exclaim:
tools/clang/lib/Parse/ParseTentative.cpp
 1070   case tok::exclaim:
tools/clang/lib/Sema/SemaCodeComplete.cpp
  491   case tok::exclaim:
tools/clang/lib/Sema/SemaExpr.cpp
12634   case tok::exclaim:      Opc = UO_LNot; break;
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  101     case tok::exclaim: