Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCacheTokens.cpp279 PPCondTable PPCond; in LexTokens() local
365 PPStartCond.push_back(PPCond.size()); in LexTokens()
366 PPCond.push_back(std::make_pair(HashOff, 0U)); in LexTokens()
373 unsigned index = PPCond.size(); in LexTokens()
376 assert(PPCond.size() > PPStartCond.back()); in LexTokens()
377 assert(PPCond[PPStartCond.back()].second == 0); in LexTokens()
378 PPCond[PPStartCond.back()].second = index; in LexTokens()
381 PPCond.push_back(std::make_pair(HashOff, index)); in LexTokens()
398 unsigned index = PPCond.size(); in LexTokens()
401 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.cpp42 PPCond(ppcond), CurPPCondPtr(ppcond), PTHMgr(PM) { in PTHLexer()
223 PPCond + TableIdx*(sizeof(uint32_t)*2); in SkipBlock()
243 const unsigned char* NextPPCondPtr = PPCond + TableIdx*(sizeof(uint32_t)*2); in SkipBlock()