Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3498 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1309 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1598 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1675 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2694 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4249 setTagKind(TK); in TagDecl()