HomeSort by relevance Sort by last modified time
    Searched refs:ppcond (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 38 /// PPCond - Pointer to a side table in the PTH file that provides a
41 const unsigned char* PPCond;
43 /// CurPPCondPtr - Pointer inside PPCond that refers to the next entry
65 const unsigned char* ppcond, PTHManager &PM);
  /external/clang/lib/Lex/
PTHLexer.cpp 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(); local
608 uint32_t Len = ReadLE32(ppcond);
609 if (Len == 0) ppcond = 0;
612 return new PTHLexer(*PP, FID, data, ppcond, *this)
    [all...]

Completed in 384 milliseconds