HomeSort by relevance Sort by last modified time
    Searched refs:NSSetMethodKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
NSAPI.h 125 enum NSSetMethodKind {
135 Selector getNSSetSelector(NSSetMethodKind MK) const;
137 /// \brief Return NSSetMethodKind if \p Sel is such a selector.
138 Optional<NSSetMethodKind> getNSSetMethodKind(Selector Sel);
  /external/clang/lib/AST/
NSAPI.cpp 269 Selector NSAPI::getNSSetSelector(NSSetMethodKind MK) const {
315 Optional<NSAPI::NSSetMethodKind>
318 NSSetMethodKind MK = NSSetMethodKind(i);

Completed in 91 milliseconds