Searched refs:InterfaceAndMethod (Results 1 – 2 of 2) sorted by relevance
27 struct InterfaceAndMethod;66 std::vector<InterfaceAndMethod> allMethodsFromRoot() const;132 struct InterfaceAndMethod { struct133 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod() argument
560 std::vector<InterfaceAndMethod> Interface::allMethodsFromRoot() const { in allMethodsFromRoot()561 std::vector<InterfaceAndMethod> v; in allMethodsFromRoot()566 v.push_back(InterfaceAndMethod(iface, userMethod)); in allMethodsFromRoot()570 v.push_back(InterfaceAndMethod( in allMethodsFromRoot()