Lines Matching refs:getSourceLocation
1129 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1149 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1473 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1474 L.getSourceLocation(End)); in makeCharRange()
1843 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
1890 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2258 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2259 getSourceLocation(lastNewLine))); in SkipWhitespace()
2379 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2380 getSourceLocation(CurPtr)))) { in SkipLineComment()
2651 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2652 getSourceLocation(CurPtr)))) { in SkipBlockComment()
2784 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
3741 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()