Searched refs:mUserMethods (Results 1 – 2 of 2) sorted by relevance
418 mUserMethods.push_back(method); in addUserDefinedMethod()457 serial += ancestor->mUserMethods.size(); in resolveInheritance()460 for (Method* method : mUserMethods) { in resolveInheritance()507 for (const Method* method : mUserMethods) { in validateUniqueNames()619 return mUserMethods; in userDefinedMethods()627 std::vector<Method *> v(mUserMethods); in methods()
141 std::vector<Method*> mUserMethods; member