Searched refs:ParentTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h254 /// \c ParentTy to have \a getSublistAccess() to get a reference to the list.
255 template <typename NodeTy, typename ParentTy, class... Options>
266 const ParentTy *getNodeParent() const {
278 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
292 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp172 ParentTy; typedef in class:__anon2363::RegionBindingsRef
181 RegionBindingsRef(const ParentTy &P,
188 return RegionBindingsRef(static_cast<const ParentTy *>(this)->add(K, D),
193 return RegionBindingsRef(static_cast<const ParentTy *>(this)->remove(K),
412 RegionBindingsRef::ParentTy(RBFactory.getEmptyMap(), RBFactory),

Completed in 82 milliseconds