Home
last modified time | relevance | path

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

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