Searched refs:tMacroInput (Results 1 – 2 of 2) sorted by relevance
393 class tMacroInput : public tInput {395 tMacroInput(TPpContext* pp) : tInput(pp), prepaste(false), postpaste(false) { } in tMacroInput() function396 virtual ~tMacroInput() in ~tMacroInput()
1089 int TPpContext::tMacroInput::scan(TPpToken* ppToken) in scan()1230 tMacroInput *in = new tMacroInput(this); in MacroExpand()