Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexBody.cpp102 if (ObjCMethodDecl *MD = E->getBoxingMethod()) in VisitObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h109 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1967 Node->getBoxingMethod()->getSelector().print(OS); in VisitObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp64 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1873 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp871 Writer.AddDeclRef(E->getBoxingMethod(), Record); in VisitObjCBoxedExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp4946 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2658 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()