Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp702 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4535 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3402 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2619 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp4125 setTagKind(TK); in TagDecl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp2314 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()