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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   83 OVERLOADED_OPERATOR(LessLess             , "<<"  , lessless           , false, true , false)
tools/clang/lib/Basic/OperatorPrecedence.cpp
   66   case tok::lessless:             return prec::Shift;
tools/clang/lib/Format/ContinuationIndenter.cpp
  421       !Previous.isOneOf(tok::kw_return, tok::lessless, tok::at,
  457   if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator) &&
  491   if (Current.is(tok::lessless) &&
  667         P->MustBreakBefore || P->is(tok::lessless) ||
  702                (Previous.isNot(tok::lessless) || Previous.OperatorIndex != 0 ||
  754   if (NextNonComment->is(tok::lessless) &&
  852   if (Current.is(tok::lessless))
  989   if (NextNonComment->is(tok::lessless) &&
 1091   if (Current.is(tok::lessless) && Current.isNot(TT_OverloadedOperator)) {
 1097   if (Current.is(TT_BinaryOperator) && Current.isNot(tok::lessless))
tools/clang/lib/Format/FormatTokenLexer.cpp
  293   First[0]->Tok.setKind(tok::lessless);
  779   } else if (FormatTok->Tok.is(tok::lessless)) {
tools/clang/lib/Format/TokenAnnotator.cpp
 1323     } else if (Current.is(tok::lessless) &&
 2480   if (Right.is(tok::lessless) && Left.isLabelString() &&
 2483   if (Right.is(tok::lessless)) {
 3073   if (Right.is(tok::lessless) && Right.Next &&
 3518       !Left.isOneOf(tok::arrowstar, tok::lessless) &&
 3529          Right.isOneOf(TT_TrailingReturnArrow, TT_LambdaArrow, tok::lessless,
tools/clang/lib/Format/UnwrappedLineParser.cpp
  868          Tok.isNot(tok::lessless) && Tok.isNot(tok::greatergreater) &&
 1472     case tok::lessless:
tools/clang/lib/Lex/Lexer.cpp
 3690         Kind = tok::lessless;
tools/clang/lib/Lex/PPExpressions.cpp
  506   case tok::lessless:
  628     case tok::lessless:       // Shift amount doesn't UAC with shift value.
  685     case tok::lessless: {
tools/clang/lib/Lex/TokenConcatenation.cpp
  120   TokenInfo[tok::lessless    ] |= aci_avoid_equal;           // <<=
tools/clang/lib/Sema/SemaCodeComplete.cpp
  453   case tok::lessless:
tools/clang/lib/Sema/SemaExpr.cpp
12592   case tok::lessless:             Opc = BO_Shl; break;
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  108     case tok::lessless: