Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1413 using all_protocol_iterator = ObjCList<ObjCProtocolDecl>::iterator; variable
1414 using all_protocol_range = llvm::iterator_range<all_protocol_iterator>;
1421 all_protocol_iterator all_referenced_protocol_begin() const { in all_referenced_protocol_begin()
1424 return all_protocol_iterator(); in all_referenced_protocol_begin()
1434 all_protocol_iterator all_referenced_protocol_end() const { in all_referenced_protocol_end()
1437 return all_protocol_iterator(); in all_referenced_protocol_end()