Home
last modified time | relevance | path

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

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