Home | History | Annotate | Download | only in CodeView

Lines Matching refs:Methods

841                 ArrayRef<StringRef> Methods)
844 VFPtrOffset(VFPtrOffset), Name(Name), MethodNamesRef(Methods) {}
847 const std::vector<StringRef> &Methods)
850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {}
935 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
936 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
945 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
957 std::vector<OneMethodRecord> Methods;
982 TypeIndex MethList; // Type index of methods in overload set