Home | History | Annotate | Download | only in AST

Lines Matching refs:LocInfo

699     std::pair<FileID, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc);
701 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
705 const char *StrData = Buffer.data()+LocInfo.second;