Home | History | Annotate | Download | only in AST

Lines Matching full:locinfo

1036     std::pair<FileID, unsigned> LocInfo =
1039 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
1048 const char *StrData = Buffer.data()+LocInfo.second;
1051 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,