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 548 const unsigned char* originalSourceBase = PrologueOffset + sizeof(uint32_t)*4;
550 endian::readNext<uint16_t, little, unaligned>(originalSourceBase);
551 if (!len) originalSourceBase = nullptr;
556 spellingBase, (const char *)originalSourceBase);

Completed in 45 milliseconds