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

  /external/clang/include/clang/AST/
ExprObjC.h 96 ObjCMethodDecl *BoxingMethod;
104 SubExpr(E), BoxingMethod(method), Range(R) {}
112 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/Sema/
SemaExprObjC.cpp 403 ObjCMethodDecl *BoxingMethod = NULL;
475 BoxingMethod = StringWithUTF8StringMethod;
511 BoxingMethod = getNSNumberFactoryMethod(*this, SR.getBegin(), ValueType);
515 if (!BoxingMethod) {
522 QualType ArgType = BoxingMethod->param_begin()[0]->getType();
531 BoxingMethod, SR);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 823 E->BoxingMethod = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
    [all...]

Completed in 178 milliseconds