Searched refs:addMethod (Results 1 – 3 of 3) sorted by relevance
219 bool addMethod(Method* method, Interface* iface);
73 // Inherited methods from IBase is detected in addMethod. Not added here593 if (!ast->addMethod($2, iface)) {
910 bool AST::addMethod(Method* method, Interface* iface) { in addMethod() function in android::AST