Searched refs:ParseExpressionWithLeadingAt (Results 1 – 3 of 3) sorted by relevance
1816 ExprResult ParseExpressionWithLeadingAt(SourceLocation AtLoc);
2826 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()
137 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() function in Parser