Home | History | Annotate | Download | only in Lex

Lines Matching refs:getSourceLocation

550   SourceLocation StartLoc = TheLexer.getSourceLocation();
1015 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1041 /// getSourceLocation - Return a source location identifier for the specified
1043 SourceLocation Lexer::getSourceLocation(const char *Loc,
1063 return PP->Diag(getSourceLocation(Loc), DiagID);
1393 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1394 L.getSourceLocation(End));
1648 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1695 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2119 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2120 getSourceLocation(CurPtr)))) {
2391 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2392 getSourceLocation(CurPtr)))) {
2517 SourceLocation EndLoc = getSourceLocation(BufferEnd);