Home | History | Annotate | Download | only in Sema

Lines Matching full:readonlyloc

931         SourceLocation readonlyLoc;
933 property->getLParenLoc(), readonlyLoc)) {
935 readonlyLoc.getLocWithOffset(strlen("readonly")-1);
936 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);