Searched refs:getBoxingMethod (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp336 if (ObjCMethodDecl *MD = E->getBoxingMethod()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h145 ObjCMethodDecl *getBoxingMethod() const { function in class:clang::ObjCBoxedExpr
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1079 if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1183 Record.AddDeclRef(E->getBoxingMethod());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp63 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2634 ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6655 D = BoxedExpr->getBoxingMethod();

Completed in 156 milliseconds