Searched refs:kw_false (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 44 kw_false, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1684 case tok::kw_false: 1750 case tok::kw_false: in isCSharpKeyword() 1936 case tok::kw_false: in isTableGenKeyword()
|
H A D | UnwrappedLineParser.cpp | 1095 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf() 1263 FormatTok->isOneOf(tok::kw_true, tok::kw_false) || in mustBeJSIdentOrValue() 2322 case tok::kw_false: in tryToParseLambda() 3721 case tok::kw_false: 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() 3015 tok::kw_false, tok::r_brace)) { 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/Lex/ |
H A D | PPExpressions.cpp | 530 case tok::kw_false: in EvaluateValue()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1361 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_false); in BuildEmptyCXXFoldExpr()
|
H A D | SemaExprObjC.cpp | 379 Value ? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
|
H A D | SemaExprCXX.cpp | 812 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral()
|
H A D | SemaDeclCXX.cpp | 8479 ExprResult False = S.ActOnCXXBoolLiteral(Loc, tok::kw_false); in buildIfNotCondReturnFalse()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1116 case tok::kw_false: in ParseObjCSelectorPiece() 2890 case tok::kw_false: // Objective-C++, etc. in ParseObjCAtExpression()
|
H A D | ParseExpr.cpp | 1133 case tok::kw_false: in ParseCastExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3827 case lltok::kw_false: in parseValID() 5003 case lltok::kw_false: in parseMDField() 7086 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in parseCmpPredicate()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5050 Self->ActOnCXXBoolLiteral(SourceLocation(), tok::kw_false).get(); in getExceptionSpec()
|