MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / SetNamespace

Function SetNamespace

Scripts/DefinitionExtract.py:202–205  ·  view source on GitHub ↗
(Arch)

Source from the content-addressed store, hash-verified

200 return NewIncludes
201
202def SetNamespace(Arch):
203 Arch.CurrentNamespace = ""
204 for Namespace in Arch.NamespaceScope:
205 Arch.CurrentNamespace = Arch.CurrentNamespace + Namespace + "::"
206
207def HandleStructDeclCursor(Arch, Cursor, NameOverride = ""):
208 # Append namespace

Callers 4

HandleStructDeclCursorFunction · 0.70
HandleUnionDeclCursorFunction · 0.70
HandleTypeDefDeclCursorFunction · 0.70
HandleCursorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected