Lines Matching refs:locInfo
316 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);319 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);322 const char *tokenBegin = file.data() + locInfo.second;325 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),