Home
last modified time | relevance | path

Searched refs:getBoxingMethod (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DIndexBody.cpp100 if (ObjCMethodDecl *MD = E->getBoxingMethod()) in VisitObjCBoxedExpr()
/external/clang/lib/AST/
DStmtDumper.cpp635 OS << " selector=" << Node->getBoxingMethod()->getSelector().getAsString(); in VisitObjCBoxedExpr()
/external/clang/include/clang/AST/
DExprObjC.h111 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp791 Writer.AddDeclRef(E->getBoxingMethod(), Record); in VisitObjCBoxedExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1923 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/external/clang/lib/CodeGen/
DCGObjC.cpp63 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4666 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2609 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()