Searched refs:selfTypeParam (Results 1 – 1 of 1) sorted by relevance
459 auto *selfTypeParam = llvm::find_if(params, isSelfType); in emitStorageConstructor() local460 if (std::count_if(selfTypeParam, params.end(), isSelfType) > 1) { in emitStorageConstructor()467 selfTypeParam == params.end() ? "" : selfTypeParam->getName().str(); in emitStorageConstructor()478 if (selfTypeParam == params.end() || *selfTypeParam != param) in emitStorageConstructor()