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

References

tools/clang/include/clang/Sema/Sema.h
 5217                                                      tok::kw_false).get();
tools/clang/lib/Format/FormatToken.h
  919     case tok::kw_false:
tools/clang/lib/Format/TokenAnnotator.cpp
 1720                            tok::kw_false, tok::r_brace) ||
 1722         NextToken->isOneOf(tok::kw_true, tok::kw_false) ||
 2549                     tok::kw_true, tok::kw_false))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  752   if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0"))
  901          FormatTok->isOneOf(tok::kw_true, tok::kw_false) ||
 1484     case tok::kw_false:
tools/clang/lib/Lex/PPExpressions.cpp
  481   case tok::kw_false:
tools/clang/lib/Parse/ParseExpr.cpp
  828   case tok::kw_false:
tools/clang/lib/Parse/ParseObjc.cpp
 1055   case tok::kw_false:
 2817   case tok::kw_false: // Objective-C++, etc.
tools/clang/lib/Parse/ParseTentative.cpp
 1076   case tok::kw_false:
tools/clang/lib/Sema/SemaExprCXX.cpp
  707   assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
tools/clang/lib/Sema/SemaExprObjC.cpp
  370     Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
 1226     return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_false);