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

/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 126 milliseconds