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

Method findFunction

src/ast/ast_module.cpp:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 }
692
693 FunctionPtr Module::findFunction ( const string & mangledName ) const {
694 return functions.find(mangledName);
695 }
696
697 FunctionPtr Module::findGeneric ( const string & mangledName ) const {
698 return generics.find(mangledName);

Callers 15

testBindEnumFunctionFunction · 0.45
aot_compileFunction · 0.45
jit_init_extern_functionFunction · 0.45
pinvoke_implFunction · 0.45
invokeInDebugAgent2Function · 0.45
has_functionFunction · 0.45
findRttiFunctionFunction · 0.45
ModuleFileAccessMethod · 0.45
findExternalMethod · 0.45
mainFunction · 0.45

Calls 1

findMethod · 0.45

Tested by 1

testBindEnumFunctionFunction · 0.36