Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h793 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator; typedef
795 all_protocol_iterator all_referenced_protocol_begin() const { in all_referenced_protocol_begin()
798 return all_protocol_iterator(); in all_referenced_protocol_begin()
807 all_protocol_iterator all_referenced_protocol_end() const { in all_referenced_protocol_end()
810 return all_protocol_iterator(); in all_referenced_protocol_end()
/external/clang/lib/AST/
DDeclObjC.cpp164 for (ObjCInterfaceDecl::all_protocol_iterator in FindPropertyDeclaration()
211 for (ObjCInterfaceDecl::all_protocol_iterator in FindPropertyVisibleInPrimaryClass()
228 for (ObjCInterfaceDecl::all_protocol_iterator in collectPropertiesToImplement()
277 for (all_protocol_iterator in mergeClassExtensionProtocolList()
296 for (all_protocol_iterator p = all_referenced_protocol_begin(), in mergeClassExtensionProtocolList()
DASTContext.cpp1706 for (ObjCInterfaceDecl::all_protocol_iterator P = OI->all_referenced_protocol_begin(), in CollectInheritedProtocols()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp227 for (ObjCInterfaceDecl::all_protocol_iterator in ActOnProperty()
1493 for (ObjCInterfaceDecl::all_protocol_iterator in CollectImmediateProperties()
DSemaDeclObjC.cpp1761 for (ObjCInterfaceDecl::all_protocol_iterator in MatchAllMethodDeclarations()
1856 for (ObjCInterfaceDecl::all_protocol_iterator in ImplMethodsVsClassMethods()
DSemaLookup.cpp2932 for (ObjCInterfaceDecl::all_protocol_iterator in LookupVisibleDecls()
DSemaCodeComplete.cpp3508 for (ObjCInterfaceDecl::all_protocol_iterator in AddObjCProperties()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2825 for (ObjCInterfaceDecl::all_protocol_iterator in EmitPropertyList()