Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DNSAPI.h121 enum NSSetMethodKind { enum
131 Selector getNSSetSelector(NSSetMethodKind MK) const;
134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16483 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()
16488 NSAPI::NSSetMethodKind MK = *MKOpt; in GetNSSetArgumentIndex()