Home | History | Annotate | Download | only in Parse

Lines Matching defs:Loc

1149   SourceLocation Loc;
1187 Loc = ConsumeBracket();
1197 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.take(), Loc,
1203 MatchRHSPunctuation(tok::r_square, Loc);
1239 Loc = PrevTokLocation;
1251 Loc = ConsumeParen();
1275 MatchRHSPunctuation(tok::r_paren, Loc);
1281 LHS = Actions.ActOnCallExpr(getCurScope(), LHS.take(), Loc,