Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h121 enum NSSetMethodKind { enum
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
134 std::optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp236 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()
275 std::optional<NSAPI::NSSetMethodKind> NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind()
277 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1073 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()
1079 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()