Searched defs:superInterface (Results 1 – 4 of 4) sorted by relevance
83 for (const Interface* superInterface : iface->superTypeChain()) { in generateVts() local
48 const Interface* superInterface = tuple.interface(); in generateJavaImpl() local
314 const Interface *superInterface = tuple.interface(); in generateJava() local499 const Interface *superInterface = tuple.interface(); in generateJava() local
605 const Interface *superInterface = tuple.interface(); in generateMethods() local1243 [&](const Method* method, const Interface* superInterface) { in generateProxySource()1248 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource()1326 [&](const Method* method, const Interface* superInterface) { in generateStubSource()1361 const Interface *superInterface = tuple.interface(); in generateStubSource() local1687 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()