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.cpp420 const unsigned char* spellingBase,
424 NumIds(numIds), PP(0), SpellingBase(spellingBase),
522 const unsigned char* spellingBase = BufBeg + ReadLE32(spellingBaseOffset); local
523 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) {
551 SL.take(), NumIds, spellingBase,
416 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 967 milliseconds