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

References

tools/clang/include/clang/Basic/OperatorKinds.def
   66 OVERLOADED_OPERATOR(Percent              , "%"   , percent            , false, true , false)
tools/clang/lib/Basic/OperatorPrecedence.cpp
   69   case tok::percent:
tools/clang/lib/Format/TokenAnnotator.cpp
 2742     if (Left.is(tok::percent))
 2746     if (Left.is(tok::numeric_constant) && Right.is(tok::percent))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  867          Tok.isNot(tok::slash) && Tok.isNot(tok::percent) &&
 1471     case tok::percent:
tools/clang/lib/Lex/Lexer.cpp
 3663       Kind = tok::percent;
tools/clang/lib/Lex/PPExpressions.cpp
  501   case tok::percent:
  657     case tok::percent:
tools/clang/lib/Lex/TokenConcatenation.cpp
   83   TokenInfo[tok::percent         ] |= aci_custom_firstchar;
  117   TokenInfo[tok::percent     ] |= aci_avoid_equal;           // %=
  285   case tok::percent:         // %>, %:
tools/clang/lib/Sema/SemaCodeComplete.cpp
  433   case tok::percent:
tools/clang/lib/Sema/SemaExpr.cpp
12589   case tok::percent:              Opc = BO_Rem; break;
tools/clang/tools/extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
   64   return T.isOneOf(tok::plus, tok::minus, tok::star, tok::slash, tok::percent,
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
  105     case tok::percent: