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

/external/clang/include/clang/Lex/
H A DPTHManager.h82 const unsigned char* spellingBase, const char *originalSourceFile);
/external/clang/lib/Lex/
H A DPTHLexer.cpp424 const unsigned char* spellingBase,
428 NumIds(numIds), PP(nullptr), SpellingBase(spellingBase),
533 const unsigned char *spellingBase = local
535 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) {
564 SL.release(), NumIds, spellingBase,
420 PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup, const unsigned char* idDataTable, IdentifierInfo** perIDCache, void* stringIdLookup, unsigned numIds, const unsigned char* spellingBase, const char* originalSourceFile) argument

Completed in 386 milliseconds