Home | History | Annotate | Download | only in Lex

Lines Matching refs:getSourceLocation

562   SourceLocation StartLoc = TheLexer.getSourceLocation();
1025 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1051 /// getSourceLocation - Return a source location identifier for the specified
1053 SourceLocation Lexer::getSourceLocation(const char *Loc,
1073 return PP->Diag(getSourceLocation(Loc), DiagID);
1383 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1384 L.getSourceLocation(End));
1597 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1610 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2001 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2002 getSourceLocation(CurPtr)))) {
2271 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr),
2272 getSourceLocation(CurPtr)))) {
2397 << FixItHint::CreateInsertion(getSourceLocation(BufferEnd), "\n");