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

References

tools/clang/lib/Format/FormatToken.cpp
   56   case tok::kw_bool:
tools/clang/lib/Format/FormatToken.h
  904     case tok::kw_bool:
tools/clang/lib/Parse/ParseDecl.cpp
 3783     case tok::kw_bool:
 3788       if (Tok.is(tok::kw_bool) &&
 4804   case tok::kw_bool:
 4883   case tok::kw_bool:
 5047   case tok::kw_bool:
 7056   case tok::kw_bool:
 7090     case tok::kw_bool:
tools/clang/lib/Parse/ParseExpr.cpp
 1280   case tok::kw_bool:
tools/clang/lib/Parse/ParseExprCXX.cpp
 2169   case tok::kw_bool:
tools/clang/lib/Parse/ParseObjc.cpp
 1036   case tok::kw_bool:
tools/clang/lib/Parse/ParseTemplate.cpp
  350   if (TryConsumeToken(tok::kw_bool, BoolKWLoc))
tools/clang/lib/Parse/ParseTentative.cpp
 1658   case tok::kw_bool:
 1752   case tok::kw_bool:
tools/clang/lib/Sema/SemaDecl.cpp
  142   case tok::kw_bool:
tools/clang/tools/extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
   70   return T.isOneOf(tok::kw_bool, tok::kw_char, tok::kw_short, tok::kw_int,
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
  409     case tok::kw_bool: