Home | History | Annotate | Download | only in Parse

Lines Matching refs:endLoc

652   SourceLocation EndLoc;
656 EndLoc = Tok.getAnnotationEndLoc();
660 return EndLoc;
704 EndLoc = T.getCloseLocation();
715 return EndLoc;
720 SourceLocation EndLoc) {
730 Tok.setAnnotationEndLoc(EndLoc);
2314 SourceLocation EndLoc;
2316 EndLoc = Tok.getLocation();
2319 EndLoc = Tok.getLocation();
2321 Diag(EndLoc, diag::err_expected_colon)
2322 << FixItHint::CreateReplacement(EndLoc, ":");
2324 EndLoc = ASLoc.getLocWithOffset(TokLength);
2325 Diag(EndLoc, diag::err_expected_colon)
2326 << FixItHint::CreateInsertion(EndLoc, ":");
2329 if (Actions.ActOnAccessSpecifier(AS, ASLoc, EndLoc,
2891 SourceLocation *endLoc) {
2894 ParseAlignmentSpecifier(attrs, endLoc);
2978 if (endLoc)
2979 *endLoc = Tok.getLocation();
2989 SourceLocation *endLoc) {
2991 if (!endLoc)
2992 endLoc = &Loc;
2995 ParseCXX11AttributeSpecifier(attrs, endLoc);
2998 attrs.Range = SourceRange(StartLoc, *endLoc);
3010 SourceLocation *endLoc) {
3017 if (endLoc) *endLoc = Tok.getLocation();