Home
last modified time | relevance | path

Searched refs:TagT (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPointerSumType.h99 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 …]
H A Dilist_node_options.h106 class TagT>
116 typedef TagT tag;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7356 if (const clang::TagType *TagT = in AddFieldToRecordType() local
7359 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp1927 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
1928 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9380 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local
9382 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()