HomeSort by: relevance | last modified time | path
    Searched refs:NodeAccess (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_node.h 24 struct NodeAccess;
45 friend struct ilist_detail::NodeAccess;
163 struct NodeAccess {
210 template <class OptionsT> struct SpecificNodeAccess : NodeAccess {
217 return NodeAccess::getNodePtr<OptionsT>(N);
221 return NodeAccess::getNodePtr<OptionsT>(N);
225 return NodeAccess::getValuePtr<OptionsT>(N);
229 return NodeAccess::getValuePtr<OptionsT>(N);
ilist_iterator.h 40 template <> struct IteratorHelper<false> : ilist_detail::NodeAccess {
41 using Access = ilist_detail::NodeAccess;
46 template <> struct IteratorHelper<true> : ilist_detail::NodeAccess {
47 using Access = ilist_detail::NodeAccess;

Completed in 15 milliseconds