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.cpp739 TD->setTagKind( in VisitTagDecl()
4827 RD->setTagKind(static_cast<TagTypeKind>(Record.readInt())); in UpdateDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1268 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1594 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1673 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3874 void setTagKind(TagKind TK) { in setTagKind() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4810 setTagKind(TK); in TagDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3671 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()