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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   93 OVERLOADED_OPERATOR(PipePipe             , "||"  , pipepipe           , false, true , false)
tools/clang/include/clang/Basic/TokenKinds.def
  359 CXX_KEYWORD_OPERATOR(or      , pipepipe)
tools/clang/lib/Basic/OperatorPrecedence.cpp
   54   case tok::pipepipe:             return prec::LogicalOr;
tools/clang/lib/Format/TokenAnnotator.cpp
  143       if (CurrentToken->Previous->isOneOf(tok::pipepipe, tok::ampamp) &&
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1474     case tok::pipepipe:
tools/clang/lib/Lex/Lexer.cpp
 3794       Kind = tok::pipepipe;
tools/clang/lib/Lex/PPExpressions.cpp
  518   case tok::pipepipe:             return 5;
  570     else if (Operator == tok::pipepipe && LHS.Val != 0)
  631     case tok::pipepipe:       // Logical || does not do UACs.
  752     case tok::pipepipe:
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3898   case tok::pipepipe:     // 'or'
tools/clang/lib/Parse/ParseObjc.cpp
 1019   case tok::pipepipe:
tools/clang/lib/Parse/ParseOpenMP.cpp
  207   case tok::pipepipe: // '||'
 2425     case tok::pipepipe:
tools/clang/lib/Sema/SemaCodeComplete.cpp
  460   case tok::pipepipe:
tools/clang/lib/Sema/SemaExpr.cpp
12605   case tok::pipepipe:             Opc = BO_LOr; break;
tools/clang/tools/extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
   98     if (FoundBuiltin && T.isOneOf(tok::question, tok::ampamp, tok::pipepipe))
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  119     case tok::pipepipe: