Searched refs:ppcond (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 38 const unsigned char *ppcond, PTHManager &PM) in PTHLexer() argument 40 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer() 617 const unsigned char* ppcond = BufStart + FileData.getPPCondOffset(); in CreateLexer() local 618 uint32_t Len = endian::readNext<uint32_t, little, aligned>(ppcond); in CreateLexer() 619 if (Len == 0) ppcond = nullptr; in CreateLexer() 622 return new PTHLexer(*PP, FID, data, ppcond, *this); in CreateLexer()
|
/external/clang/include/clang/Lex/ |
D | PTHLexer.h | 65 const unsigned char* ppcond, PTHManager &PM);
|