Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp756 TD->setTagKind( in VisitTagDecl()
4689 RD->setTagKind(static_cast<TagTypeKind>(Record.readInt())); in UpdateDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3756 void setTagKind(TagKind TK) { in setTagKind() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1245 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1580 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1659 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3486 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4699 setTagKind(TK); in TagDecl()