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

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 82 (NS.getNSDictionarySelector(
84 NS.getNSDictionarySelector(NSAPI::NSDict_initWithDictionary) == Sel))) {
308 if (Sel == NS.getNSDictionarySelector(NSAPI::NSDict_objectForKey))
317 if (Sel == NS.getNSDictionarySelector(NSAPI::NSMutableDict_setObjectForKey))
495 if (Sel == NS.getNSDictionarySelector(NSAPI::NSDict_dictionary)) {
502 if (Sel == NS.getNSDictionarySelector(
523 if (Sel == NS.getNSDictionarySelector(
525 Sel == NS.getNSDictionarySelector(NSAPI::NSDict_initWithObjectsAndKeys)) {
560 if (Sel == NS.getNSDictionarySelector(
562 Sel == NS.getNSDictionarySelector(NSAPI::NSDict_initWithObjectsForKeys))
    [all...]
  /external/clang/include/clang/AST/
NSAPI.h 106 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
  /external/clang/lib/AST/
NSAPI.cpp 139 Selector NSAPI::getNSDictionarySelector(
218 if (Sel == getNSDictionarySelector(MK))
  /external/clang/lib/Sema/
SemaExprObjC.cpp 772 Selector Sel = NSAPIObj->getNSDictionarySelector(
    [all...]

Completed in 73 milliseconds