Home
last modified time | relevance | path

Searched refs:NSStringMethodKind (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DNSAPI.h43 enum NSStringMethodKind { enum
56 Selector getNSStringSelector(NSStringMethodKind MK) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp43 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()