Lines Matching refs:getSourceLocation
1119 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1139 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1461 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1462 L.getSourceLocation(End)); in makeCharRange()
1829 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
1876 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2343 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2344 getSourceLocation(CurPtr)))) { in SkipLineComment()
2615 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2616 getSourceLocation(CurPtr)))) { in SkipBlockComment()
2747 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
3698 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()