Searched refs:ppcond (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHLexer.h65 const unsigned char* ppcond, PTHManager &PM);
/external/clang/lib/Lex/
H A DPTHLexer.cpp39 const unsigned char *ppcond, PTHManager &PM)
41 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) {
628 const unsigned char* ppcond = BufStart + FileData.getPPCondOffset(); local
629 uint32_t Len = endian::readNext<uint32_t, little, aligned>(ppcond);
630 if (Len == 0) ppcond = nullptr;
633 return new PTHLexer(*PP, FID, data, ppcond, *this);
38 PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D, const unsigned char *ppcond, PTHManager &PM) argument

Completed in 667 milliseconds