Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp102 if (ObjCMethodDecl *MD = E->getBoxingMethod()) in VisitObjCBoxedExpr()
/external/clang/include/clang/AST/
DExprObjC.h109 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
/external/clang/lib/AST/
DASTDumper.cpp1782 OS << " selector=" << Node->getBoxingMethod()->getSelector().getAsString(); in VisitObjCBoxedExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp861 Writer.AddDeclRef(E->getBoxingMethod(), Record); in VisitObjCBoxedExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1886 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/external/clang/lib/CodeGen/
DCGObjC.cpp64 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4813 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2681 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()