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

  /external/clang/include/clang/Lex/
PTHManager.h 69 /// SpellingBase - The base offset within the PTH memory buffer that
71 const unsigned char* const SpellingBase;
82 const unsigned char* spellingBase, const char *originalSourceFile);
  /external/clang/lib/Lex/
PTHLexer.cpp 81 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID));
420 const unsigned char* spellingBase,
424 NumIds(numIds), PP(0), SpellingBase(spellingBase),
522 const unsigned char* spellingBase = BufBeg + ReadLE32(spellingBaseOffset);
523 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) {
551 SL.take(), NumIds, spellingBase,

Completed in 481 milliseconds