Lines Matching defs:methodDef
468 const auto methodDef = it->AsMethodDefinition();
469 if (methodDef->Key()->AsIdentifier()->Name().Is(compiler::Signatures::INIT_METHOD)) {
474 methods.push_back(methodDef);
476 for (const auto it2 : methodDef->Overloads()) {
556 const auto methodDef = node->AsMethodDefinition();
557 if (methodDef->Function()->Body() == nullptr || methodDef->Function()->IsExternal()) {
573 void AssignAnalyzer::AnalyzeMethodDef(const ir::MethodDefinition *methodDef)
575 auto *func = methodDef->Function();
586 isInitialConstructor_ = IsInitialConstructor(methodDef);