Searched defs:superInterface (Results 1 – 3 of 3) sorted by relevance
85 for (const Interface* superInterface : iface->superTypeChain()) { in generateVts() local
337 const Interface *superInterface = tuple.interface(); in generateJava() local540 const Interface *superInterface = tuple.interface(); in generateJava() local
613 const Interface *superInterface = tuple.interface(); in generateMethods() local1270 [&](const Method* method, const Interface* superInterface) { in generateProxySource()1275 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource()1350 [&](const Method* method, const Interface* superInterface) { in generateStubSource()1385 const Interface *superInterface = tuple.interface(); in generateStubSource() local1752 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()