Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h131 class TagT, bool HasIteratorBits>
142 typedef TagT tag;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1806 const auto *TagT = Exp->getType()->getAs<TagType>(); in handleCall() local
1807 if (TagT && Exp->isPRValue()) { in handleCall()
1815 if (TagT->getDecl()->hasAttr<ScopedLockableAttr>()) in handleCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7297 if (const clang::TagType *TagT = in AddFieldToRecordType() local
7300 llvm::dyn_cast<clang::RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2018 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
2019 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9673 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local
9675 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()