| 35 | |
| 36 | ~Macro() {} |
| 37 | bool FuncLike() { return funcLike_; } |
| 38 | bool ObjLike() { return !FuncLike(); } |
| 39 | bool Variadic() { return variadic_; } |
| 40 | bool PreDef() { return preDef_; } |
nothing calls this directly
no outgoing calls
no test coverage detected