Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp731 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4472 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3637 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1297 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1625 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1701 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3126 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4409 setTagKind(TK); in TagDecl()