Searched refs:allMethods (Results 1 – 3 of 3) sorted by relevance
351 ArrayRef<Decl *> allMethods = std::nullopt,
644 SmallVector<Decl *, 32> allMethods; in ParseObjCInterfaceDeclList() local655 allMethods.push_back(methodPrototype); in ParseObjCInterfaceDeclList()849 Actions.ObjC().ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); in ParseObjCInterfaceDeclList()
3984 ArrayRef<Decl *> allMethods, in ActOnAtEnd() argument4019 for (unsigned i = 0, e = allMethods.size(); i != e; i++ ) { in ActOnAtEnd()4021 cast_or_null<ObjCMethodDecl>(allMethods[i]); in ActOnAtEnd()