Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp729 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
791 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
2885 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()
2937 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/include/clang/AST/
DDeclObjC.h1987 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp620 Writer.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()