Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNSAPI.h121 enum NSSetMethodKind { enum
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp257 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const { in getNSSetSelector()
303 Optional<NSAPI::NSSetMethodKind>
306 NSSetMethodKind MK = NSSetMethodKind(i); in getNSSetMethodKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15034 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
15039 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()