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

/external/clang/lib/Parse/
H A DParseExpr.cpp687 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1612 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1616 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
1939 /// ParseParenExpression - This parses the unit that starts with a '(' token,
1961 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, function in class:Parser
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp173 virtual bool ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc);
897 bool AsmParser::ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:AsmParser

Completed in 552 milliseconds