Searched defs:all_protocol_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h748 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator; typedef in class:clang::ObjCInterfaceDecl
750 all_protocol_iterator all_referenced_protocol_begin() const {
753 return all_protocol_iterator();
762 all_protocol_iterator all_referenced_protocol_end() const {
765 return all_protocol_iterator();

Completed in 43 milliseconds