Home | History | Annotate | Download | only in Parse

Lines Matching defs:Loc

269   SourceLocation Loc = ConsumeStringToken();
275 Loc, Lang,
1811 SourceLocation Loc;
1812 ExprResult AsmLabel(ParseSimpleAsm(&Loc));
1817 DeclaratorInfo.SetRangeEnd(Loc);
2219 SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation);
2220 Diag(Loc, diag::err_ctor_init_missing_comma)
2221 << FixItHint::CreateInsertion(Loc, ", ");
2562 SourceLocation StartLoc = Tok.getLocation(), Loc;
2658 Loc = Tok.getLocation();
2662 attrs.Range = SourceRange(StartLoc, Loc);