Searched refs:getLenParamList (Results 1 – 2 of 2) sorted by relevance
83 if (!verifySameLists(derivedTy.getLenParamList(), lenPList) || in verifyDerived()153 llvm::ArrayRef<RecordType::TypePair> getLenParamList() const { return lens; } in getLenParamList() function645 if (getLenParamList().size()) { in print()647 for (auto p : getLenParamList()) { in print()681 RecordType::TypeList fir::RecordType::getLenParamList() const { in getLenParamList() function in fir::RecordType682 return getImpl()->getLenParamList(); in getLenParamList()
324 TypeList getLenParamList() const;335 unsigned getNumLenParams() { return getLenParamList().size(); }