Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDNSAPI.h134 std::optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDNSAPI.cpp275 std::optional<NSAPI::NSSetMethodKind> NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind() function in NSAPI
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp1074 S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()