Searched refs:ppcond (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 39 const unsigned char *ppcond, PTHManager &PM) in PTHLexer() argument 41 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer() 628 const unsigned char* ppcond = BufStart + FileData.getPPCondOffset(); in CreateLexer() local 629 uint32_t Len = endian::readNext<uint32_t, little, aligned>(ppcond); in CreateLexer() 630 if (Len == 0) ppcond = nullptr; in CreateLexer() 633 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);
|