Home | History | Annotate | Download | only in AST

Lines Matching refs:endLoc

392                                        SourceLocation endLoc,
403 return new (C) ObjCMethodDecl(beginLoc, endLoc,
454 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params, EndLoc);
1321 SourceLocation EndLoc = getLocation();
1323 EndLoc = IvarLoc;
1325 return SourceRange(AtLoc, EndLoc);