Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtLoc

131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) {
132 ExprResult LHS(ParseObjCAtExpression(AtLoc));
1137 SourceLocation AtLoc = ConsumeToken();
1138 return ParseObjCAtExpression(AtLoc);