Searched refs:TagT (Results 1 – 6 of 6) sorted by relevance
100 template <TagT N>109 template <TagT N>120 TagT getTag() const { in getTag()131 template <TagT N>206 template <typename TagT, typename... MemberTs>216 template <TagT N> static void LookupOverload(...);217 template <TagT N> struct Lookup {241 constexpr static TagT MinTag =242 static_cast<TagT>(Min<MemberTs::Tag...>::value);266 template <typename TagT, typename... MemberTs>[all …]
107 class TagT>117 typedef TagT tag;
1987 if (auto TagT = dyn_cast<TagType>(QT.getCanonicalType().getTypePtr())) in checkOpenCLDisabledTypeDeclSpec() local1988 Decl = TagT->getDecl(); in checkOpenCLDisabledTypeDeclSpec()
1582 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local1583 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
7920 if (const clang::TagType *TagT = in AddFieldToRecordType() local7923 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
9351 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local9353 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()