MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / FuncLike

Method FuncLike

libs/wgtcc/cpp.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 ~Macro() {}
37 bool FuncLike() { return funcLike_; }
38 bool ObjLike() { return !FuncLike(); }
39 bool Variadic() { return variadic_; }
40 bool PreDef() { return preDef_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected