Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp259 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()
305 std::optional<NSAPI::NSSetMethodKind> NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind()
307 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18557 std::optional<NSAPI::NSSetMethodKind> MKOpt = in GetNSSetArgumentIndex()
18563 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()