Searched refs:LVTypeImport (Results 1 – 2 of 2) sorted by relevance
200 class LVTypeImport final : public LVType {202 LVTypeImport() : LVType() { setIncludeInPrint(); } in LVTypeImport() function203 LVTypeImport(const LVTypeImport &) = delete;204 LVTypeImport &operator=(const LVTypeImport &) = delete;205 ~LVTypeImport() = default;
377 bool LVTypeImport::equals(const LVType *Type) const { in equals()381 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra()