Home | History | Annotate | Download | only in Sema

Lines Matching refs:endLoc

877           SourceLocation endLoc = 
879 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);
1812 SourceLocation endLoc =
1814 endLoc = endLoc.getLocWithOffset(-1);
1815 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1822 SourceLocation endLoc = Property->getLParenLoc();
1823 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);