Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DNSAPI.h138 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
/external/clang/lib/AST/
DNSAPI.cpp316 NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind() function in NSAPI
/external/clang/lib/Sema/
DSemaChecking.cpp10055 Optional<NSAPI::NSSetMethodKind> MKOpt = S.NSAPIObj->getNSSetMethodKind(Sel); in GetNSSetArgumentIndex()