Searched defs:DoPreprocessing (Results 1 – 1 of 1) sorted by relevance
1088 struct DoPreprocessing { struct1089 explicit DoPreprocessing(std::string* string): outputString(string) {} in DoPreprocessing() function1090 bool operator()(TParseContextBase& parseContext, TPpContext& ppContext, in operator ()()1212 std::string* outputString;