Lines Matching refs:parseExpression
195 bool ParseExpression(const MCExpr *&EVal);
1077 /// Parse an expression. This differs from the default "parseExpression"
1080 ParseExpression(const MCExpr *&EVal) {
1081 if (getParser().parseExpression(EVal))
1125 if (!ParseExpression(EVal))
1146 if (ParseExpression(TLSSym))
1274 if (getParser().parseExpression(Value))