Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h872 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member
1105 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()
1107 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()
1117 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()
1119 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
/external/clang/lib/AST/
DDeclObjC.cpp389 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()
391 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()
421 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp670 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()
672 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()
673 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
DASTReaderDecl.cpp968 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols, in VisitObjCInterfaceDecl()