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()
2907 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null"); in GenerateObjCAtomicGetterCopyHelperFunction()
2958 cast<CXXConstructExpr>(PID->getGetterCXXConstructor()); in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/include/clang/AST/
DDeclObjC.h2224 Expr *getGetterCXXConstructor() const { in getGetterCXXConstructor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp629 Writer.AddStmt(D->getGetterCXXConstructor()); in VisitObjCPropertyImplDecl()