Home
last modified time | relevance | path

Searched refs:SpellingBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPTHManager.h80 const unsigned char* const SpellingBase; variable
/external/clang/lib/Lex/
DPTHLexer.cpp80 Tok.setLiteralData((const char*) (PTHMgr.SpellingBase + IdentifierID)); in Lex()
425 SpellingBase(spellingBase), OriginalSourceFile(originalSourceFile) {} in PTHManager()