Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.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/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2904 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1026 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()