Lines Matching full:ppcond
38 const unsigned char *ppcond, PTHManager &PM)
40 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) {
215 PPCond + TableIdx*(sizeof(uint32_t)*2);
234 const unsigned char* NextPPCondPtr = PPCond + TableIdx*(sizeof(uint32_t)*2);
617 const unsigned char* ppcond = BufStart + FileData.getPPCondOffset();
618 uint32_t Len = endian::readNext<uint32_t, little, aligned>(ppcond);
619 if (Len == 0) ppcond = nullptr;
622 return new PTHLexer(*PP, FID, data, ppcond, *this);