Lines Matching refs:aCurParamText
51 aCurParamText(60000), in PreProcessor()
96 aCurParamText.seekp(0); in On_expect_macro_bracket_left()
119 if ( NOT csv::no_str(aCurParamText.c_str()) ) in On_expect_macro_param()
121 aCurMacroParams.push_back( String(aCurParamText.c_str()) ); in On_expect_macro_param()
132 aCurMacroParams.push_back( String (aCurParamText.c_str()) ); in On_expect_macro_param()
133 aCurParamText.seekp(0); in On_expect_macro_param()
140 aCurParamText << let_drToken.Text() << " "; in On_expect_macro_param()
162 aCurParamText.seekp(0); in CheckForDefine()
163 pCurMacro->GetDefineText(aCurParamText); in CheckForDefine()
165 if ( aCurParamText.tellp() > 1 ) in CheckForDefine()
166 pSourceText->InsertTextAtCurPos(aCurParamText.c_str()); in CheckForDefine()
173 aCurParamText.seekp(0); in CheckForDefine()
198 aCurParamText.seekp(0); in InterpretMacro()
199 pCurMacro->GetMacroText(aCurParamText, aCurMacroParams); in InterpretMacro()
201 if ( NOT csv::no_str(aCurParamText.c_str()) ) in InterpretMacro()
203 aCurParamText.seekp(-1, csv::cur); in InterpretMacro()
204 aCurParamText << " #unblock-" << dpCurMacroName->Text() << " "; in InterpretMacro()
206 pSourceText->InsertTextAtCurPos(aCurParamText.c_str()); in InterpretMacro()
215 aCurParamText.seekp(0); in InterpretMacro()