Searched refs:mImpl (Results 1 – 3 of 3) sorted by relevance
52 mImpl = new PreprocessorImpl(diagnostics, directiveHandler, settings); in Preprocessor()57 delete mImpl; in ~Preprocessor()70 return mImpl->tokenizer.init(count, string, length); in init()75 PredefineMacro(&mImpl->macroSet, name, value); in predefineMacro()83 mImpl->macroExpander.lex(token); in lex()93 mImpl->diagnostics->report(Diagnostics::PP_INVALID_NUMBER, in lex()97 mImpl->diagnostics->report(Diagnostics::PP_INVALID_CHARACTER, in lex()109 mImpl->tokenizer.setMaxTokenSize(maxTokenSize); in setMaxTokenSize()
65 PreprocessorImpl *mImpl; variable
289 private final I mImpl; field in Interface.Stub299 mImpl = impl; in Stub()313 return mImpl; in getImpl()321 mImpl.close(); in close()