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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   88 OVERLOADED_OPERATOR(ExclaimEqual         , "!="  , exclaimequal       , false, true , false)
tools/clang/include/clang/Basic/TokenKinds.def
  358 CXX_KEYWORD_OPERATOR(not_eq  , exclaimequal)
tools/clang/lib/Basic/OperatorPrecedence.cpp
   60   case tok::exclaimequal:
tools/clang/lib/Format/FormatTokenLexer.cpp
   95     static const tok::TokenKind JSNotIdentity[] = {tok::exclaimequal,
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1478     case tok::exclaimequal:
tools/clang/lib/Lex/Lexer.cpp
 3579       Kind = tok::exclaimequal;
tools/clang/lib/Lex/PPExpressions.cpp
  512   case tok::exclaimequal:
  731     case tok::exclaimequal:
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3906   case tok::exclaimequal: // 'not_eq'
tools/clang/lib/Parse/ParseObjc.cpp
 1018   case tok::exclaimequal:
tools/clang/lib/Parse/Parser.cpp
 2020   case tok::exclaimequal:        // !=
tools/clang/lib/Sema/SemaCodeComplete.cpp
  443   case tok::exclaimequal:
tools/clang/lib/Sema/SemaExpr.cpp
12598   case tok::exclaimequal:         Opc = BO_NE; break;
tools/clang/lib/Sema/SemaStmt.cpp
 2612     NotEqExpr = ActOnBinOp(S, ColonLoc, tok::exclaimequal,
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  102     case tok::exclaimequal: