Home | History | Annotate | Download | only in AST

Lines Matching defs:EndLoc

411                                        SourceLocation endLoc,
422 return new (C) ObjCMethodDecl(beginLoc, endLoc,
1341 SourceLocation EndLoc = getLocation();
1343 EndLoc = IvarLoc;
1345 return SourceRange(AtLoc, EndLoc);