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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 796 if (!NSArrayDecl) {
797 NSArrayDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
799 if (!NSArrayDecl) {
809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel);
839 if (!validateBoxingMethod(*this, Loc, NSArrayDecl, Sel, Method))
890 Context.getObjCInterfaceType(NSArrayDecl));
Sema.cpp 174 ValueWithBytesObjCTypeMethod(nullptr), NSArrayDecl(nullptr),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1162 ObjCInterfaceDecl *NSArrayDecl;

Completed in 79 milliseconds