Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp351 if (ObjCMethodDecl *MD = E->getBoxingMethod()) { in VisitObjCBoxedExpr()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp518 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h146 ObjCMethodDecl *getBoxingMethod() const { in getBoxingMethod() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1274 if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) { in VisitObjCPropertyRefExpr()
H A DTextNodeDumper.cpp1681 if (auto *BoxingMethod = Node->getBoxingMethod()) { in VisitFunctionProtoType()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1399 Record.AddDeclRef(E->getBoxingMethod()); in VisitObjCArrayLiteral()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp67 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2638 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod(); in RewriteObjCBoxedExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7551 D = BoxedExpr->getBoxingMethod(); in ActOnDecltypeExpression()