Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLocForEndOfToken

47 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) {
48 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
1398 SourceLocation ParenInsertionLoc = PP.getLocForEndOfToken(Range.getEnd());