Home | History | Annotate | Download | only in Sema

Lines Matching full:locinfo

318   std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
321 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
324 const char *tokenBegin = file.data() + locInfo.second;
327 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),