Lines Matching defs:getSourceLocation
1185 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1210 /// getSourceLocation - Return a source location identifier for the specified
1212 SourceLocation Lexer::getSourceLocation(const char *Loc,
1232 return PP->Diag(getSourceLocation(Loc), DiagID);
1653 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1654 L.getSourceLocation(End));
2144 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2190 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2572 Handler->HandleEmptyline(SourceRange(getSourceLocation(NewLinePtr + 1),
2573 getSourceLocation(lastNewLine)));
2718 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2719 getSourceLocation(CurPtr)))) {
3056 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
3057 getSourceLocation(CurPtr)))) {
3194 SourceLocation EndLoc = getSourceLocation(BufferEnd);
4280 getSourceLocation(CurPtr + SizeTmp, SizeTmp2), " ");
4529 Result.setLocation(getSourceLocation(TokPtr));