Lines Matching refs:getSourceLocation
1149 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1169 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1561 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1562 L.getSourceLocation(End)); in makeCharRange()
2007 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2053 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2422 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2423 getSourceLocation(lastNewLine))); in SkipWhitespace()
2568 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2569 getSourceLocation(CurPtr)))) { in SkipLineComment()
2906 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2907 getSourceLocation(CurPtr)))) { in SkipBlockComment()
3044 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
4128 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()
4382 Result.setLocation(getSourceLocation(TokPtr)); in convertDependencyDirectiveToken()