Searched refs:TagT (Results 1 – 6 of 6) sorted by relevance
35 template <typename TagT, typename... MemberTs> struct PointerSumTypeHelper;70 template <typename TagT, typename... MemberTs> class PointerSumType {71 using HelperT = detail::PointerSumTypeHelper<TagT, MemberTs...>;99 template <TagT N>108 template <TagT N>119 TagT getTag() const { in getTag()120 return static_cast<TagT>(getOpaqueValue() & HelperT::TagMask); in getTag()123 template <TagT N> bool is() const { return N == getTag(); } in is()125 template <TagT N> typename HelperT::template Lookup<N>::PointerT get() const { in get()130 template <TagT N>[all …]
108 class TagT>118 typedef TagT tag;
1789 const auto *TagT = Exp->getType()->getAs<TagType>(); in handleCall() local1790 if (TagT && Exp->isPRValue()) { in handleCall()1798 if (TagT->getDecl()->hasAttr<ScopedLockableAttr>()) in handleCall()
1957 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local1958 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
7422 if (const clang::TagType *TagT = in AddFieldToRecordType() local7425 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
9405 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local9407 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()