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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   89 OVERLOADED_OPERATOR(LessEqual            , "<="  , lessequal          , false, true , false)
tools/clang/lib/Basic/OperatorPrecedence.cpp
   62   case tok::lessequal:
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1480     case tok::lessequal:
tools/clang/lib/Lex/Lexer.cpp
 3712       Kind = tok::lessequal;
tools/clang/lib/Lex/PPExpressions.cpp
  508   case tok::lessequal:
  715     case tok::lessequal:
tools/clang/lib/Lex/TokenConcatenation.cpp
  107     TokenInfo[tok::lessequal ] |= aci_custom_firstchar;
  294   case tok::lessequal:       // <=> (C++2a)
tools/clang/lib/Parse/Parser.cpp
 2023   case tok::lessequal:           // <=
tools/clang/lib/Sema/SemaCodeComplete.cpp
  445   case tok::lessequal:
tools/clang/lib/Sema/SemaExpr.cpp
12594   case tok::lessequal:            Opc = BO_LE; break;
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  109     case tok::lessequal: