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

Method Designator

libs/wgtcc/ast.h:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 virtual bool IsLVal() { return false; }
437 ArgList* Args() { return &args_; }
438 Expr* Designator() { return designator_; }
439 const std::string& Name() const { return tok_->str_; }
440 pp::FuncType* FuncType() { return designator_->Type()->ToFunc(); }
441 virtual void TypeChecking();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected