Home | History | Annotate | Download | only in Parse

Lines Matching full:exprresult

582     ExprResult Result(ParseSimpleAsm(&EndLoc));
1103 Parser::ExprResult Parser::ParseAsmStringLiteral() {
1109 ExprResult Res(ParseStringLiteralExpression());
1122 Parser::ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) {
1143 ExprResult Result(ParseAsmStringLiteral());