HomeSort by relevance Sort by last modified time
    Searched defs:PPCond (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 38 /// PPCond - Pointer to a side table in the PTH file that provides a
41 const unsigned char* PPCond;
43 /// CurPPCondPtr - Pointer inside PPCond that refers to the next entry
65 const unsigned char* ppcond, PTHManager &PM);
  /external/clang/lib/Frontend/
CacheTokens.cpp 303 PPCondTable PPCond;
389 PPStartCond.push_back(PPCond.size());
390 PPCond.push_back(std::make_pair(HashOff, 0U));
397 unsigned index = PPCond.size();
400 assert(PPCond.size() > PPStartCond.back());
401 assert(PPCond[PPStartCond.back()].second == 0);
402 PPCond[PPStartCond.back()].second = index;
404 // Add the new entry to PPCond.
405 PPCond.push_back(std::make_pair(HashOff, index));
422 unsigned index = PPCond.size()
    [all...]

Completed in 2026 milliseconds