Home | History | Annotate | Download | only in Sema

Lines Matching refs:endLoc

1548             SourceLocation endLoc = 
1550 endLoc = endLoc.getLocWithOffset(-1);
1551 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);
1558 SourceLocation endLoc = Property->getLParenLoc();
1559 SourceRange PropSourceRange(Property->getAtLoc(), endLoc);