Lines Matching refs:getSourceLocation
1213 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1233 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1631 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1632 L.getSourceLocation(End)); in makeCharRange()
2122 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2168 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2548 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2549 getSourceLocation(lastNewLine))); in SkipWhitespace()
2694 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2695 getSourceLocation(CurPtr)))) { in SkipLineComment()
3032 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
3033 getSourceLocation(CurPtr)))) { in SkipBlockComment()
3170 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
4256 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()
4506 Result.setLocation(getSourceLocation(TokPtr)); in convertDependencyDirectiveToken()