Searched refs:mAllReservedMethods (Results 1 – 2 of 2) sorted by relevance
912 if (!mAllReservedMethods.emplace(method->name(), method).second) { in addMethod()928 std::map<std::string, Method*> allReservedMethods(mAllReservedMethods); in addAllReservedMethodsToInterface()931 allReservedMethods.insert(importedAST->mAllReservedMethods.begin(), in addAllReservedMethodsToInterface()932 importedAST->mAllReservedMethods.end()); in addAllReservedMethodsToInterface()
275 std::map<std::string, Method*> mAllReservedMethods; member