Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp508 SmallVector<const ObjCMethodDecl*, 16> OptionalMethods; in EmitProtocolMethodList() local
511 OptionalMethods.push_back(I); in EmitProtocolMethodList()
515 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()