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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 426 ObjCMethodDecl *BoxingMethod = NULL;
471 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
472 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
494 BoxingMethod = M;
498 stringWithUTF8String, BoxingMethod))
501 StringWithUTF8StringMethod = BoxingMethod;
504 BoxingMethod = StringWithUTF8StringMethod;
540 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
550 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(),
555 if (!BoxingMethod) {
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 94 ObjCMethodDecl *BoxingMethod;
102 SubExpr(E), BoxingMethod(method), Range(R) {}
110 return BoxingMethod;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 63 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
64 assert(BoxingMethod && "BoxingMethod is null");
65 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
66 Selector Sel = BoxingMethod->getSelector();
72 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
75 const ParmVarDecl *argDecl = *BoxingMethod->param_begin();
82 BoxingMethod->getResultType(), Sel, Receiver, Args,
83 ClassDecl, BoxingMethod);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 834 E->BoxingMethod = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
    [all...]

Completed in 26 milliseconds