Searched refs:kw_true (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 43 kw_true, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 529 case tok::kw_true: in EvaluateValue() 531 Result.Val = PeekTok.getKind() == tok::kw_true; in EvaluateValue()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1695 case tok::kw_true: 1768 case tok::kw_true: in isCSharpKeyword() 1939 case tok::kw_true: in isTableGenKeyword()
|
H A D | UnwrappedLineParser.cpp | 1263 FormatTok->isOneOf(tok::kw_true, tok::kw_false) || in mustBeJSIdentOrValue() 2321 case tok::kw_true: in tryToParseLambda() 3720 case tok::kw_true: in parseConstraintExpression()
|
H A D | TokenAnnotator.cpp | 1083 TT_TableGenMultiLineString, tok::kw_true, tok::kw_false, in parseTableGenSimpleValue() 2357 tok::r_brace, tok::kw_false, tok::kw_true, Keywords.kw_type, in determineTokenType() 3014 PrevToken->isOneOf(tok::r_paren, tok::r_square, tok::kw_true, in determineStarAmpUsage() 3023 NextNonParen->isOneOf(tok::kw_true, tok::kw_false) || in determineStarAmpUsage() 4468 tok::kw_true, tok::kw_false)) { in spaceRequiredBetween()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 110 Role<"LiteralToken", AnyToken<["kw_false","kw_true"]>>,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1363 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true); in BuildEmptyCXXFoldExpr()
|
H A D | SemaExprCXX.cpp | 812 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral() 815 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc); in ActOnCXXBoolLiteral()
|
H A D | SemaExprObjC.cpp | 379 Value ? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
|
H A D | SemaDeclCXX.cpp | 8377 RetVal = S.ActOnCXXBoolLiteral(Loc, tok::kw_true); in build()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1146 case tok::kw_true: in ParseObjCSelectorPiece() 2887 case tok::kw_true: // Objective-C++, etc. in ParseObjCAtExpression()
|
H A D | ParseExpr.cpp | 1132 case tok::kw_true: in ParseCastExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3823 case lltok::kw_true: in parseValID() 5000 case lltok::kw_true: in parseMDField() 7085 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in parseCmpPredicate()
|