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

  /external/clang/include/clang/AST/
NSAPI.h 52 Selector getNSStringSelector(NSStringMethodKind MK) const;
  /external/clang/lib/AST/
NSAPI.cpp 38 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
74 if (Sel == getNSStringSelector(MK))
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 72 (NS.getNSStringSelector(NSAPI::NSStr_stringWithString) == Sel ||
73 NS.getNSStringSelector(NSAPI::NSStr_initWithString) == Sel)) ||
    [all...]

Completed in 33 milliseconds