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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 587 if (!ArrayWithObjectsMethod) {
590 ArrayWithObjectsMethod = NSArrayDecl->lookupClassMethod(Sel);
591 if (!ArrayWithObjectsMethod && getLangOpts().DebuggerObjCLiteral) {
593 ArrayWithObjectsMethod =
605 ParmVarDecl *objects = ParmVarDecl::Create(Context, ArrayWithObjectsMethod,
614 ParmVarDecl *cnt = ParmVarDecl::Create(Context, ArrayWithObjectsMethod,
623 ArrayWithObjectsMethod->setMethodParams(Context, Params,
629 if (!ArrayWithObjectsMethod) {
636 if (!ArrayWithObjectsMethod->getResultType()->isObjCObjectPointerType()) {
638 << ArrayWithObjectsMethod->getSelector()
    [all...]
Sema.cpp 93 NSNumberDecl(0), NSArrayDecl(0), ArrayWithObjectsMethod(0),
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 137 ObjCMethodDecl *ArrayWithObjectsMethod;
183 return ArrayWithObjectsMethod;
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 834 E->ArrayWithObjectsMethod = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 545 ObjCMethodDecl *ArrayWithObjectsMethod;
    [all...]

Completed in 50 milliseconds