Searched refs:TagT (Results 1 – 5 of 5) sorted by relevance
99 template <TagT N>108 template <TagT N>119 TagT getTag() const { in getTag()130 template <TagT N>205 template <typename TagT, typename... MemberTs>215 template <TagT N> static void LookupOverload(...);216 template <TagT N> struct Lookup {240 constexpr static TagT MinTag =241 static_cast<TagT>(Min<MemberTs::Tag...>::value);265 template <typename TagT, typename... MemberTs>[all …]
106 class TagT>116 typedef TagT tag;
7356 if (const clang::TagType *TagT = in AddFieldToRecordType() local7359 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
1927 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local1928 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
9380 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local9382 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()