Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h43 kw_true, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp529 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 DFormatToken.h1674 case tok::kw_true:
1747 case tok::kw_true: in isCSharpKeyword()
1922 case tok::kw_true: in isTableGenKeyword()
H A DTokenAnnotator.cpp1075 TT_TableGenMultiLineString, tok::kw_true, tok::kw_false, in parseTableGenSimpleValue()
2374 tok::r_brace, tok::kw_false, tok::kw_true, Keywords.kw_type, in determineTokenType()
3056 PrevToken->isOneOf(tok::r_paren, tok::r_square, tok::kw_true, in determineStarAmpUsage()
3065 NextNonParen->isOneOf(tok::kw_true, tok::kw_false) || in determineStarAmpUsage()
4589 tok::kw_true, tok::kw_false)) { in spaceRequiredBetween()
H A DUnwrappedLineParser.cpp1270 FormatTok->isOneOf(tok::kw_true, tok::kw_false) || in mustBeJSIdentOrValue()
2342 case tok::kw_true: in tryToParseLambda()
3737 case tok::kw_true: in parseConstraintExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.td110 Role<"LiteralToken", AnyToken<["kw_false","kw_true"]>>,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1479 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true); in BuildEmptyCXXFoldExpr()
H A DSemaExprCXX.cpp799 assert((Kind == tok::kw_true || Kind == tok::kw_false) && in ActOnCXXBoolLiteral()
802 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc); in ActOnCXXBoolLiteral()
H A DSemaExprObjC.cpp377 Value ? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral()
H A DSemaDeclCXX.cpp8554 RetVal = S.ActOnCXXBoolLiteral(Loc, tok::kw_true); in build()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2565 case tok::kw_true: // Objective-C++, etc. in ParseObjCAtExpression()
H A DParseExpr.cpp805 case tok::kw_true: in ParseCastExpression()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3927 case lltok::kw_true: in parseValID()
5178 case lltok::kw_true: in parseMDField()
7399 case lltok::kw_true: P = CmpInst::FCMP_TRUE; break; in parseCmpPredicate()