Home | History | Annotate | Download | only in Sema

Lines Matching refs:endLoc

880           SourceLocation endLoc = 
882 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);
1819 SourceLocation endLoc =
1821 endLoc = endLoc.getLocWithOffset(-1);
1822 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1829 SourceLocation endLoc = Property->getLParenLoc();
1830 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);