Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h134 std::optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp275 std::optional<NSAPI::NSSetMethodKind> NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind() function in NSAPI
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1070 S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()