Lines Matching refs:getSourceLocation
1168 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1188 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1586 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1587 L.getSourceLocation(End)); in makeCharRange()
2077 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2123 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2492 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2493 getSourceLocation(lastNewLine))); in SkipWhitespace()
2638 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2639 getSourceLocation(CurPtr)))) { in SkipLineComment()
2976 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2977 getSourceLocation(CurPtr)))) { in SkipBlockComment()
3114 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
4200 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()
4450 Result.setLocation(getSourceLocation(TokPtr)); in convertDependencyDirectiveToken()