Lines Matching refs:aCurParamText
55 aCurParamText(60000), in PreProcessor()
100 aCurParamText.seekp(0); in On_expect_macro_bracket_left()
123 if ( NOT csv::no_str(aCurParamText.c_str()) ) in On_expect_macro_param()
125 aCurMacroParams.push_back( String(aCurParamText.c_str()) ); in On_expect_macro_param()
136 aCurMacroParams.push_back( String (aCurParamText.c_str()) ); in On_expect_macro_param()
137 aCurParamText.seekp(0); in On_expect_macro_param()
144 aCurParamText << let_drToken.Text() << " "; in On_expect_macro_param()
166 aCurParamText.seekp(0); in CheckForDefine()
167 pCurMacro->GetDefineText(aCurParamText); in CheckForDefine()
169 if ( aCurParamText.tellp() > 1 ) in CheckForDefine()
170 pSourceText->InsertTextAtCurPos(aCurParamText.c_str()); in CheckForDefine()
177 aCurParamText.seekp(0); in CheckForDefine()
202 aCurParamText.seekp(0); in InterpretMacro()
203 pCurMacro->GetMacroText(aCurParamText, aCurMacroParams); in InterpretMacro()
205 if ( NOT csv::no_str(aCurParamText.c_str()) ) in InterpretMacro()
207 aCurParamText.seekp(-1, csv::cur); in InterpretMacro()
208 aCurParamText << " #unblock-" << dpCurMacroName->Text() << " "; in InterpretMacro()
210 pSourceText->InsertTextAtCurPos(aCurParamText.c_str()); in InterpretMacro()
219 aCurParamText.seekp(0); in InterpretMacro()