Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DNSAPI.h134 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/llvm-project-15.0.7/clang/lib/AST/
H A DNSAPI.cpp304 NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind() function in NSAPI
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16483 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()