Home
last modified time | relevance | path

Searched refs:kw_true (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/AsmParser/
DLLToken.h35 kw_true, kw_false, enumerator
DLLParser.cpp2545 case lltok::kw_true: in ParseValID()
3438 case lltok::kw_true: in ParseMDField()
4848 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in ParseCmpPredicate()
/external/clang/lib/Lex/
DPPExpressions.cpp187 II->getTokenID() != tok::kw_true && in EvaluateValue()
190 Result.Val = II->getTokenID() == tok::kw_true; in EvaluateValue()
/external/clang/lib/Format/
DTokenAnnotator.cpp1191 PrevToken->isOneOf(tok::r_paren, tok::r_square, tok::kw_true, in determineStarAmpUsage()
1194 NextToken->isOneOf(tok::kw_true, tok::kw_false) || in determineStarAmpUsage()
1883 tok::kw_true, tok::kw_false)) in spaceRequiredBetween()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1025 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true); in BuildEmptyCXXFoldExpr()
DSemaExprCXX.cpp588 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral()
591 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc); in ActOnCXXBoolLiteral()
DSemaExprObjC.cpp372 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
/external/clang/lib/Parse/
DParseTentative.cpp921 case tok::kw_true: in isExpressionOrTypeSpecifierSimple()
DParseObjc.cpp1108 case tok::kw_true: in ParseObjCSelectorPiece()
2771 case tok::kw_true: // Objective-C++, etc. in ParseObjCAtExpression()
DParseExpr.cpp737 case tok::kw_true: in ParseCastExpression()