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));
424 const unsigned char* spellingBase,
428 NumIds(numIds), PP(nullptr), SpellingBase(spellingBase),
533 const unsigned char *spellingBase =
535 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) {
564 SL.release(), NumIds, spellingBase,

Completed in 49 milliseconds