Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h92 std::optional<NSArrayMethodKind> getNSArrayMethodKind(Selector Sel);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp147 NSAPI::getNSArrayMethodKind(Selector Sel) { in getNSArrayMethodKind() function in NSAPI
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp18488 S.NSAPIObj->getNSArrayMethodKind(Sel); in GetNSMutableArrayArgumentIndex()