Lines Matching defs:method
301 const Method* method = tuple.method(); in generateInterfaceHeader() local
458 void AST::generatePassthroughMethod(Formatter& out, const Method* method, const Interface* superInt… in generatePassthroughMethod() argument
604 const Method *method = tuple.method(); in generateMethods() local
694 [&](const Method* method, const Interface*) { in generateStubHeader()
717 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader()
785 [&](const Method* method, const Interface*) { in generateProxyHeader()
804 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader()
967 const Method* method, const Interface* superInterface) const { in generateProxyMethodSource() argument
1015 … const Method* method, const Interface* superInterface) const { in generateStaticProxyMethodSource() argument
1234 [&](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()
1317 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource()
1346 const Method *method = tuple.method(); in generateStubSource() local
1407 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod()
1426 … const Method* method, const Interface* superInterface) const { in generateStaticStubMethodSource() argument
1673 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()
1704 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource()
1824 const Method *method, in generateCppInstrumentationCall()