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

Method Offset

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

Source from the content-addressed store, hash-verified

619 align_ = align;
620 }
621 int Offset() const { return offset_; }
622 void SetOffset(int offset) { offset_ = offset; }
623 Declaration* Decl() { return decl_; }
624 void SetDecl(Declaration* decl) { decl_ = decl; }

Callers 4

VisitBinaryOpMethod · 0.45
MergeAnonyMethod · 0.45
ParseBitFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected