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

Method TypeChecking

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

Source from the content-addressed store, hash-verified

548 enum Linkage Linkage() const { return linkage_; }
549 void SetLinkage(enum Linkage linkage) { linkage_ = linkage; }
550 virtual void TypeChecking() {}
551
552 protected:
553 Identifier(const Token* tok, QualType type, enum Linkage linkage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected