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 482 const unsigned char *PrologueOffset = p;
484 if (PrologueOffset >= BufEnd) {
491 const unsigned char* FileTableOffset = PrologueOffset + sizeof(uint32_t)*2;
509 const unsigned char* IDTableOffset = PrologueOffset + sizeof(uint32_t)*0;
520 const unsigned char* StringIdTableOffset = PrologueOffset + sizeof(uint32_t)*1;
532 const unsigned char* spellingBaseOffset = PrologueOffset + sizeof(uint32_t)*3;
557 const unsigned char* originalSourceBase = PrologueOffset + sizeof(uint32_t)*4;
  /external/clang/lib/Frontend/
CacheTokens.cpp 477 Offset PrologueOffset = Out.tell();
523 Out.seek(PrologueOffset);

Completed in 612 milliseconds