Home
last modified time | relevance | path

Searched refs:getSynthesize (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexDecl.cpp327 if (D->getSynthesize()) { in VisitObjCIvarDecl()
553 if (IvarD->getSynthesize()) { in VisitObjCPropertyImplDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp344 return ivarD && !ivarD->getSynthesize(); in isUserDeclared()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp347 if (IvarDecl->getSynthesize()) { in printIvar()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1589 if (Ivar && Ivar->getSynthesize() && in ActOnPropertyImplDecl()
1839 if (!IV->getSynthesize()) in IvarBacksCurrentMethodAccessor()
DSemaDeclObjC.cpp3885 << ivar->getNextIvar()->getSynthesize(); in DiagnoseVariableSizedIvars()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp959 attributeOnlyIfTrue("synthesized", D->getSynthesize()); in VisitObjCIvarDecl()
DDeclObjC.cpp1666 if (IV->getSynthesize() && !IV->isInvalidDecl()) { in all_declared_ivar_begin()
DTextNodeDumper.cpp2184 if (D->getSynthesize()) in VisitObjCIvarDecl()
DASTImporter.cpp3986 D->getAccessControl(),ToBitWidth, D->getSynthesize())) in VisitObjCIvarDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h1967 bool getSynthesize() const { return Synthesized; } in getSynthesize() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp796 Record.push_back(D->getSynthesize()); in VisitObjCIvarDecl()