Searched refs:NSSetMethodKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h121 enum NSSetMethodKind { enum in class:clang::NSAPI
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
133 /// Return NSSetMethodKind if \p Sel is such a selector.
134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp257 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const {
303 Optional<NSAPI::NSSetMethodKind>
306 NSSetMethodKind MK = NSSetMethodKind(i);

Completed in 163 milliseconds