Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPointerSumType.h100 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 …]
H A Dilist_node_options.h107 class TagT>
117 typedef TagT tag;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1987 if (auto TagT = dyn_cast<TagType>(QT.getCanonicalType().getTypePtr())) in checkOpenCLDisabledTypeDeclSpec() local
1988 Decl = TagT->getDecl(); in checkOpenCLDisabledTypeDeclSpec()
H A DSemaCodeComplete.cpp1582 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
1583 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7920 if (const clang::TagType *TagT = in AddFieldToRecordType() local
7923 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9351 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local
9353 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()