Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp159 for (const auto *Proto : ID->all_referenced_protocols()) in HasUserDeclaredSetterMethod()
296 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration()
397 for (const auto *I : all_referenced_protocols()) in FindPropertyVisibleInPrimaryClass()
415 for (const auto *PI : all_referenced_protocols()) in collectPropertiesToImplement()
461 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList()
688 for (auto *P : all_referenced_protocols()) in lookupNestedProtocol()
H A DASTContext.cpp2637 for (auto *Proto : OI->all_referenced_protocols()) { in CollectInheritedProtocols()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp250 for (auto *P : IFace->all_referenced_protocols()) { in ActOnProperty()
830 for (const auto *PI : ClassDecl->all_referenced_protocols()) { in SelectPropertyForSynthesisFromProtocols()
837 for (const auto *PI : SDecl->all_referenced_protocols()) { in SelectPropertyForSynthesisFromProtocols()
1022 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute()
1754 for (auto *PI : IDecl->all_referenced_protocols()) in CollectImmediateProperties()
2044 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties()
H A DSemaDeclObjC.cpp2702 for (const auto *I : Super->all_referenced_protocols()) in findProtocolsWithExplicitImpls()
2926 for (auto *PI : I->all_referenced_protocols()) in MatchAllMethodDeclarations()
3043 for (auto *PI : I->all_referenced_protocols()) in ImplMethodsVsClassMethods()
H A DSemaLookup.cpp4206 for (auto *I : IFace->all_referenced_protocols()) { in lookupInDeclContext()
H A DSemaExprObjC.cpp2807 for (const ObjCProtocolDecl *P : RootClass->all_referenced_protocols()) { in isMethodDeclaredInRootProtocol()
H A DSemaCodeComplete.cpp5156 for (auto *I : IFace->all_referenced_protocols()) in AddObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp831 for (const auto *P : OD->all_referenced_protocols()) { in checkPreObjCMessage()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1416 all_protocol_range all_referenced_protocols() const { in all_referenced_protocols() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3555 for (const auto *P : OID->all_referenced_protocols()) in GeneratePropertyList()
H A DCGObjCMac.cpp3264 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList()