Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DNSAPI.h38 enum NSStringMethodKind { enum
47 Selector getNSStringSelector(NSStringMethodKind MK) const;
/external/clang/lib/AST/
DNSAPI.cpp36 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const { in getNSStringSelector()