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

  /external/clang/lib/Lex/
PTHLexer.cpp 474 const unsigned char *PrologueOffset = p;
476 if (PrologueOffset >= BufEnd) {
483 const unsigned char* FileTableOffset = PrologueOffset + sizeof(uint32_t)*2;
500 const unsigned char* IDTableOffset = PrologueOffset + sizeof(uint32_t)*0;
510 const unsigned char* StringIdTableOffset = PrologueOffset + sizeof(uint32_t)*1;
521 const unsigned char* spellingBaseOffset = PrologueOffset + sizeof(uint32_t)*3;
545 const unsigned char* originalSourceBase = PrologueOffset + sizeof(uint32_t)*4;
  /external/clang/lib/Frontend/
CacheTokens.cpp 454 Offset PrologueOffset = Out.tell();
500 Out.seek(PrologueOffset);

Completed in 62 milliseconds