Home
last modified time | relevance | path

Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h1112 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member
1345 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()
1347 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()
1357 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()
1359 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
/external/clang/lib/AST/
DDeclObjC.cpp417 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()
419 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()
449 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp694 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()
696 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()
697 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
DASTReaderDecl.cpp1023 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()