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 450 ObjCMethodDecl *BoxingMethod = nullptr;
495 BoxingMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
496 if (!BoxingMethod && getLangOpts().DebuggerObjCLiteral) {
516 BoxingMethod = M;
520 stringWithUTF8String, BoxingMethod))
523 StringWithUTF8StringMethod = BoxingMethod;
526 BoxingMethod = StringWithUTF8StringMethod;
562 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
572 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(),
577 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 65 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
66 assert(BoxingMethod && "BoxingMethod is null");
67 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
68 Selector Sel = BoxingMethod->getSelector();
74 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
77 const ParmVarDecl *argDecl = *BoxingMethod->param_begin();
84 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
85 Args, ClassDecl, BoxingMethod);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 926 E->BoxingMethod = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
    [all...]

Completed in 138 milliseconds