Lines Matching refs:getSourceLocation
1148 SourceLocation Lexer::getSourceLocation(const char *Loc, in getSourceLocation() function in Lexer
1168 return PP->Diag(getSourceLocation(Loc), DiagID); in Diag()
1508 return CharSourceRange::getCharRange(L.getSourceLocation(Begin), in makeCharRange()
1509 L.getSourceLocation(End)); in makeCharRange()
1946 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
1992 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " "); in LexUDSuffix()
2361 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1), in SkipWhitespace()
2362 getSourceLocation(lastNewLine))); in SkipWhitespace()
2507 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2508 getSourceLocation(CurPtr)))) { in SkipLineComment()
2845 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
2846 getSourceLocation(CurPtr)))) { in SkipBlockComment()
2983 SourceLocation EndLoc = getSourceLocation(BufferEnd); in LexEndOfFile()
4060 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " "); in LexTokenInternal()
4310 Result.setLocation(getSourceLocation(TokPtr)); in convertDependencyDirectiveToken()