HomeSort by: relevance | last modified time | path
    Searched refs:NSDictionaryDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 957 if (!NSDictionaryDecl) {
958 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
960 if (!NSDictionaryDecl) {
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
1009 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel,
1121 Context.getObjCInterfaceType(NSDictionaryDecl));
Sema.cpp 175 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1168 ObjCInterfaceDecl *NSDictionaryDecl;

Completed in 54 milliseconds