Home
last modified time | relevance | path

Searched refs:ParseExpression (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp554 ExprResult Expr(ParseExpression()); in ParseExprStatement()
660 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()
1351 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()
1940 ExprResult Cond = ParseExpression(); in ParseDoStatement()
2086 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()
2137 Collection = ParseExpression(); in ParseForStatement()
2144 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()
2175 Collection = ParseExpression(); in ParseForStatement()
2248 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()
2277 ExprResult Third = ParseExpression(); in ParseForStatement()
[all …]
H A DParseExpr.cpp132 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() function in Parser
513 TernaryMiddle = ParseExpression(); in ParseRHSOfBinaryExpression()
1807 Res = ParseExpression(); in ParseCastExpression()
2054 Idx = ParseExpression(); // May be a comma expression in ParsePostfixExpressionSuffix()
2081 Length = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParsePostfixExpressionSuffix()
2091 Length = ParseExpression(); in ParsePostfixExpressionSuffix()
2102 Stride = ParseExpression(); in ParsePostfixExpressionSuffix()
2806 Res = ParseExpression(); in ParseBuiltinPrimaryExpression()
3311 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseParenExpression()
3336 Result = ParseExpression(MaybeTypeCast); in ParseParenExpression()
[all …]
H A DParseExprCXX.cpp1692 ExprResult Result = ParseExpression(); in ParseCXXCasts()
1756 Result = ParseExpression(); in ParseCXXTypeid()
1807 Result = ParseExpression(); in ParseCXXUuidof()
2191 ExprResult Expr = ParseExpression(); // expression in ParseCXXCondition()
3433 First ? (Tok.is(tok::r_square) ? ExprResult() : ParseExpression()) in ParseDirectNewDeclarator()
3673 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3842 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
4014 ExprResult DimExpr = ParseExpression(); in ParseArrayTypeTrait()
4041 ExprResult Expr = ParseExpression(); in ParseExpressionTrait()
4184 Result = ParseExpression(); in ParseCXXAmbiguousParenExpression()
[all …]
H A DParseObjc.cpp2495 Res = ParseExpression(); in ParseObjCThrowStmt()
2519 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
3170 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
H A DParseStmtAsm.cpp927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
H A DParseOpenACC.cpp616 ExprResult ER = getActions().CorrectDelayedTyposInExpr(ParseExpression()); in ParseOpenACCConditionExpr()
H A DParseDeclCXX.cpp1171 ParseExpression(), /*InitDecl=*/nullptr, in ParseDecltypeSpecifier()
4636 Res = ParseExpression(); in ParseCXXAssumeAttributeArg()
H A DParseOpenMP.cpp384 ParseExpression().get(), D->getLocation(), /*DiscardedValue*/ false); in ParseOpenMPDeclareReductionDirective()
3037 getLangOpts().CPlusPlus ? ParseCXXIdExpression() : ParseExpression(); in ParseOpenMPUsesAllocatorClause()
H A DParsePragma.cpp785 ExprResult E = ParseExpression(); in HandlePragmaDump()
H A DParseDecl.cpp2488 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp115 bool ParseExpression(const MCExpr *&EVal);
1517 ParseExpression(const MCExpr *&EVal) { in ParseExpression() function in PPCAsmParser
1564 if (!ParseExpression(EVal)) in ParseOperand()
1592 if (ParseExpression(TLSSym)) in ParseOperand()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1843 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);