MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / findAlias

Method findAlias

src/ast/ast.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 // structure
236
237 TypeDeclPtr Structure::findAlias ( const string & aliasName ) const {
238 return aliases.find(aliasName);
239 }
240
241 uint64_t Structure::getOwnSemanticHash(HashBuilder & hb, das_set<Structure *> & dep, das_set<Annotation *> & adep) const {
242 hb.updateString(getMangledName());

Callers 4

try_find_structFunction · 0.45
ast_NameNameFunction · 0.45
visitMethod · 0.45
inferFunctionCallMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected