Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp762 TD->setTagKind( in VisitTagDecl()
4626 RD->setTagKind(static_cast<TagTypeKind>(Record.readInt())); in UpdateDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1297 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1631 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1708 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3740 void setTagKind(TagKind TK) { in setTagKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3317 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4651 setTagKind(TK); in TagDecl()