Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp726 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4374 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3567 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1295 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1604 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1679 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2739 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4375 setTagKind(TK); in TagDecl()