Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp420 const unsigned char* spellingBase, in PTHManager() argument
424 NumIds(numIds), PP(0), SpellingBase(spellingBase), in PTHManager()
521 const unsigned char* spellingBase = BufBeg + ReadLE32(spellingBaseOffset); in Create() local
522 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) { in Create()
550 SL.take(), NumIds, spellingBase, in Create()
/external/clang/include/clang/Lex/
DPTHManager.h82 const unsigned char* spellingBase, const char *originalSourceFile);