Home
last modified time | relevance | path

Searched refs:known_extensions (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp409 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement()
1026 for (auto *Ext : IFD->known_extensions()) in getCanonicalDecl()
1681 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin()
1691 for (const auto *Ext : known_extensions()) { in all_declared_ivar_begin()
H A DASTContext.cpp489 for (const auto *Ext : ID->known_extensions()) { in addRedeclaredMethods()
2892 for (const auto *Ext : OI->known_extensions()) in CountNonClassIvars()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1125 for (auto *Ext : IDecl->known_extensions()) { in ActOnPropertyImplDecl()
1834 for (const auto *Ext : IFace->known_extensions()) in IvarBacksCurrentMethodAccessor()
2152 for (const auto *Ext : IDecl->known_extensions()) in AtomicPropertySetterGetterRules()
H A DSemaDecl.cpp19309 for (const auto *Ext : IDecl->known_extensions()) { in ActOnFields()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1760 known_extensions_range known_extensions() const { in known_extensions() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3531 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList()
H A DCGDebugInfo.cpp3148 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition()
H A DCGObjCMac.cpp3241 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList()