Home
last modified time | relevance | path

Searched refs:getGetterCXXConstructor (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp831 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()
833 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp1063 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1160 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
3811 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()
3868 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2904 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1026 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()