Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp421 const unsigned char *spellingBase, const char *originalSourceFile) in PTHManager() argument
425 SpellingBase(spellingBase), OriginalSourceFile(originalSourceFile) {} in PTHManager()
524 const unsigned char *spellingBase = in Create() local
526 if (!(spellingBase >= BufBeg && spellingBase < BufEnd)) { in Create()
556 spellingBase, (const char *)originalSourceBase); in Create()
/external/clang/include/clang/Lex/
DPTHManager.h93 const unsigned char *spellingBase, const char *originalSourceFile);