Home
last modified time | relevance | path

Searched refs:RequiredMethods (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp497 SmallVector<const ObjCMethodDecl*, 16> RequiredMethods; in EmitProtocolMethodList() local
503 RequiredMethods.push_back(I); in EmitProtocolMethodList()
504 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()