Lines Matching refs:ppcond
39 const unsigned char *ppcond, PTHManager &PM)
41 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) {
221 PPCond + TableIdx*(sizeof(uint32_t)*2);
239 const unsigned char* NextPPCondPtr = PPCond + TableIdx*(sizeof(uint32_t)*2);
607 const unsigned char* ppcond = BufStart + FileData.getPPCondOffset();
608 uint32_t Len = ReadLE32(ppcond);
609 if (Len == 0) ppcond = 0;
612 return new PTHLexer(*PP, FID, data, ppcond, *this);