Lines Matching refs:getSourceLocation
1144 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1164 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1488 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1489 L.getSourceLocation(End)); in makeCharRange()
1858 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
1905 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2273 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2274 getSourceLocation(lastNewLine))); in SkipWhitespace()
2394 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2395 getSourceLocation(CurPtr)))) { in SkipLineComment()
2680 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2681 getSourceLocation(CurPtr)))) { in SkipBlockComment()
2814 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
3775 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()