Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp789 if (I->getGetterCXXConstructor()) { in createObjCPropertyGetter()
791 return M.makeReturn(I->getGetterCXXConstructor()); in createObjCPropertyGetter()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1057 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
1119 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
3757 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()
3809 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2842 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp909 Record.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()