HomeSort by relevance Sort by last modified time
    Searched full:originalsourcebase (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Lex/
PTHLexer.cpp 549 const unsigned char* originalSourceBase = PrologueOffset + sizeof(uint32_t)*4;
551 endian::readNext<uint16_t, little, unaligned>(originalSourceBase);
552 if (!len) originalSourceBase = nullptr;
557 spellingBase, (const char *)originalSourceBase);

Completed in 71 milliseconds