Lines Matching defs:method
304 const Method* method = tuple.method(); in generateInterfaceHeader() local
462 void AST::generatePassthroughMethod(Formatter& out, const Method* method, const Interface* superInt… in generatePassthroughMethod() argument
612 const Method *method = tuple.method(); in generateMethods() local
703 [&](const Method* method, const Interface*) { in generateStubHeader()
726 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader()
798 [&](const Method* method, const Interface*) { in generateProxyHeader()
817 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader()
1020 const Method* method, const Interface* superInterface) const { in generateProxyMethodSource() argument
1068 … const Method* method, const Interface* superInterface) const { in generateStaticProxyMethodSource() argument
1270 [&](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()
1355 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource()
1384 const Method *method = tuple.method(); in generateStubSource() local
1450 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod()
1469 … const Method* method, const Interface* superInterface) const { in generateStaticStubMethodSource() argument
1752 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader()
1785 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource()
1928 const Method *method, in generateCppInstrumentationCall()