Home | History | Annotate | Download | only in AST

Lines Matching refs:LocInfo

1024     std::pair<FileID, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc);
1026 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
1030 const char *StrData = Buffer.data()+LocInfo.second;
1033 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,