Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dextensible_rtti.h64 template <typename ThisT, typename ParentT> class RTTIExtends;
115 template <typename ThisT, typename ParentT> class RTTIExtends : public ParentT {
118 using ParentT::isA;
119 using ParentT::ParentT;
128 return ClassID == classID() || ParentT::isA(ClassID); in isA()
134 template <typename ThisT, typename ParentT>
135 char RTTIExtends<ThisT, ParentT>::ID = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DExtensibleRTTI.h113 template <typename ThisT, typename ParentT>
114 class RTTIExtends : public ParentT {
117 using ParentT::ParentT;
124 return ClassID == classID() || ParentT::isA(ClassID); in isA()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h21 typedef RuntimeDyldMachOCRTPBase<RuntimeDyldMachOARM> ParentT; typedef
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1658 template <typename T, typename ParentT>
1660 static_assert(IsBaseType<ParentT>::value,
1666 explicit HasParentMatcher(const Matcher<ParentT> &ParentMatcher)