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
318 const Interface *superInterface = tuple.interface(); in generateJava() local503 const Interface *superInterface = tuple.interface(); in generateJava() local
609 const Interface *superInterface = tuple.interface(); in generateMethods() local1250 [&](const Method* method, const Interface* superInterface) { in generateProxySource()1255 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource()1333 [&](const Method* method, const Interface* superInterface) { in generateStubSource()1368 const Interface *superInterface = tuple.interface(); in generateStubSource() local1694 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()