Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexBody.cpp226 if (ObjCMethodDecl *MD = E->getBoxingMethod()) { in VisitObjCBoxedExpr()
/external/clang/include/clang/AST/
DExprObjC.h111 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
/external/clang/lib/AST/
DASTDumper.cpp2212 if (auto *BoxingMethod = Node->getBoxingMethod()) { in VisitObjCBoxedExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp927 Record.AddDeclRef(E->getBoxingMethod()); in VisitObjCBoxedExpr()
/external/clang/lib/CodeGen/
DCGObjC.cpp63 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1936 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5652 D = BoxedExpr->getBoxingMethod(); in MaybeBindToTemporary()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2632 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()