| 66 | } |
| 67 | |
| 68 | ~Preprocessor() {} |
| 69 | void Finalize(TokenSequence os); |
| 70 | void Process(const std::string& src, const std::string& fname, TokenSequence& os); |
| 71 | void Expand(TokenSequence& os, TokenSequence is, bool inCond = false); |
nothing calls this directly
no outgoing calls
no test coverage detected