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
605 const Interface *superInterface = tuple.interface(); in generateMethods() local1234 [&](const Method* method, const Interface* superInterface) { in generateProxySource()1239 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource()1312 [&](const Method* method, const Interface* superInterface) { in generateStubSource()1347 const Interface *superInterface = tuple.interface(); in generateStubSource() local1673 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()