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