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 78 /// SpellingBase - The base offset within the PTH memory buffer that
80 const unsigned char* const SpellingBase;
93 const unsigned char *spellingBase, const char *originalSourceFile);
  /external/clang/lib/Lex/
PTHLexer.cpp 80 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID));
421 const unsigned char *spellingBase, const char *originalSourceFile)
425 SpellingBase(spellingBase), OriginalSourceFile(originalSourceFile) {}
525 const unsigned char *spellingBase =
527 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) {
557 spellingBase, (const char *)originalSourceBase);

Completed in 29 milliseconds