Lines Matching defs:getSourceLocation
1186 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1211 /// getSourceLocation - Return a source location identifier for the specified
1213 SourceLocation Lexer::getSourceLocation(const char *Loc,
1233 return PP->Diag(getSourceLocation(Loc), DiagID);
1631 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1632 L.getSourceLocation(End));
2122 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2168 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2548 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1),
2549 getSourceLocation(lastNewLine)));
2694 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2695 getSourceLocation(CurPtr)))) {
3032 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
3033 getSourceLocation(CurPtr)))) {
3170 SourceLocation EndLoc = getSourceLocation(BufferEnd);
4256 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " ");
4506 Result.setLocation(getSourceLocation(TokPtr));