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 470 const unsigned char *PrologueOffset = p;
472 if (PrologueOffset >= BufEnd) {
479 const unsigned char* FileTableOffset = PrologueOffset + sizeof(uint32_t)*2;
496 const unsigned char* IDTableOffset = PrologueOffset + sizeof(uint32_t)*0;
506 const unsigned char* StringIdTableOffset = PrologueOffset + sizeof(uint32_t)*1;
517 const unsigned char* spellingBaseOffset = PrologueOffset + sizeof(uint32_t)*3;
541 const unsigned char* originalSourceBase = PrologueOffset + sizeof(uint32_t)*4;
  /external/clang/lib/Frontend/
CacheTokens.cpp 453 Offset PrologueOffset = Out.tell();
499 Out.seek(PrologueOffset);

Completed in 29 milliseconds