Searched defs:ParseParenExpression (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fmparse.cpp527 expr = ParseParenExpression();
767 std::unique_ptr<CXFA_FMSimpleExpression> CXFA_FMParse::ParseParenExpression() { function in class:CXFA_FMParse
893 std::unique_ptr<CXFA_FMSimpleExpression> pCondition = ParseParenExpression();
/external/clang/lib/Parse/
H A DParseExpr.cpp722 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1785 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1789 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
2158 /// ParseParenExpression - This parses the unit that starts with a '(' token,
2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, function in class:Parser
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp154 virtual bool ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc);
805 bool AsmParser::ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:AsmParser

Completed in 321 milliseconds