Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp433 ExprResult Expr(ParseExpression()); in ParseExprStatement()
529 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()
1159 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()
1665 ExprResult Cond = ParseExpression(); in ParseDoStatement()
1802 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()
1846 Collection = ParseExpression(); in ParseForStatement()
1852 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()
1882 Collection = ParseExpression(); in ParseForStatement()
1936 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()
1962 ExprResult Third = ParseExpression(); in ParseForStatement()
[all …]
HDParseExprCXX.cpp1558 ExprResult Result = ParseExpression(); in ParseCXXCasts()
1622 Result = ParseExpression(); in ParseCXXTypeid()
1673 Result = ParseExpression(); in ParseCXXUuidof()
1982 ExprResult Expr = ParseExpression(); // expression in ParseCXXCondition()
3113 First ? (Tok.is(tok::r_square) ? ExprResult() : ParseExpression()) in ParseDirectNewDeclarator()
3354 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3519 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3700 ExprResult DimExpr = ParseExpression(); in ParseArrayTypeTrait()
3724 ExprResult Expr = ParseExpression(); in ParseExpressionTrait()
3866 Result = ParseExpression(); in ParseCXXAmbiguousParenExpression()
[all …]
HDParseExpr.cpp123 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() function in Parser
482 TernaryMiddle = ParseExpression(); in ParseRHSOfBinaryExpression()
1622 ExprResult Result = ParseExpression(); in ParseCastExpression()
1806 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()
1812 Length = ParseExpression(); in ParsePostfixExpressionSuffix()
1815 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()
2409 Res = ParseExpression(); in ParseBuiltinPrimaryExpression()
2867 Result = ParseExpression(MaybeTypeCast); in ParseParenExpression()
3077 RHS = ParseExpression(); in ParseFoldExpression()
HDParseObjc.cpp2427 Res = ParseExpression(); in ParseObjCThrowStmt()
2451 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2909 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
3099 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
HDParseStmtAsm.cpp939 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
HDParseOpenMP.cpp347 ParseExpression().get(), D->getLocation(), /*DiscardedValue*/ false); in ParseOpenMPDeclareReductionDirective()
HDParseDeclCXX.cpp982 Actions.CorrectDelayedTyposInExpr(ParseExpression(), [](Expr *E) { in ParseDecltypeSpecifier()
HDParseDecl.cpp2111 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp116 bool ParseExpression(const MCExpr *&EVal);
1368 ParseExpression(const MCExpr *&EVal) { in ParseExpression() function in PPCAsmParser
1481 if (!ParseExpression(EVal)) in ParseOperand()
1502 if (ParseExpression(TLSSym)) in ParseOperand()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1686 ExprResult ParseExpression(TypeCastState isTypeCast = NotTypeCast);