HomeSort by relevance Sort by last modified time
    Searched refs:kw_true (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/AsmParser/
LLToken.h 35 kw_true, kw_false, enumerator in enum:llvm::lltok::Kind
LLParser.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 183 Result.Val = II->getTokenID() == tok::kw_true;
  /external/clang/lib/Parse/
ParseTentative.cpp 733 case tok::kw_true:
    [all...]
ParseObjc.cpp 753 case tok::kw_true:
    [all...]
ParseExpr.cpp 707 case tok::kw_true:
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 491 assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
493 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,
    [all...]
SemaExprObjC.cpp 291 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);
    [all...]

Completed in 80 milliseconds