Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtLoc

130 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) {
131 ExprResult LHS(ParseObjCAtExpression(AtLoc));
1229 SourceLocation AtLoc = ConsumeToken();
1230 return ParseObjCAtExpression(AtLoc);