MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / Parent

Method Parent

src/DesignCompile/ResolveSymbols.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252NodeId ResolveSymbols::Parent(NodeId index) const {
253 return m_fileData->Parent(index);
254}
255
256VObjectType ResolveSymbols::Type(NodeId index) const {
257 return m_fileData->Type(index);

Callers 14

collectObjects_Method · 0.45
collectModuleObjects_Method · 0.45
makeVar_Method · 0.45
compileMethod · 0.45
compile_class_type_Method · 0.45
writeInstanceMethod · 0.45
getTypespecMethod · 0.45
compileStmtMethod · 0.45
collectObjects_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected