Home
last modified time | relevance | path

Searched refs:PPCond (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Frontend/
DCacheTokens.cpp303 PPCondTable PPCond; in LexTokens() local
389 PPStartCond.push_back(PPCond.size()); in LexTokens()
390 PPCond.push_back(std::make_pair(HashOff, 0U)); in LexTokens()
397 unsigned index = PPCond.size(); in LexTokens()
400 assert(PPCond.size() > PPStartCond.back()); in LexTokens()
401 assert(PPCond[PPStartCond.back()].second == 0); in LexTokens()
402 PPCond[PPStartCond.back()].second = index; in LexTokens()
405 PPCond.push_back(std::make_pair(HashOff, index)); in LexTokens()
422 unsigned index = PPCond.size(); in LexTokens()
425 assert(PPCond.size() > PPStartCond.back()); in LexTokens()
[all …]
/external/clang/include/clang/Lex/
DPTHLexer.h41 const unsigned char* PPCond; variable
/external/clang/lib/Lex/
DPTHLexer.cpp40 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer()
215 PPCond + TableIdx*(sizeof(uint32_t)*2); in SkipBlock()
234 const unsigned char* NextPPCondPtr = PPCond + TableIdx*(sizeof(uint32_t)*2); in SkipBlock()