Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1308 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1492 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1569 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
2482 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp644 TD->setTagKind((TagDecl::TagKind)Record[Idx++]); in VisitTagDecl()
3846 RD->setTagKind((TagTypeKind)Record[Idx++]); in UpdateDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp710 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4589 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/external/clang/include/clang/AST/
DDecl.h2934 void setTagKind(TagKind TK) { TagDeclKind = TK; } in setTagKind() function
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1986 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/external/llvm-project/clang/include/clang/AST/
DDecl.h3452 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2692 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/external/llvm-project/clang/lib/AST/
DDecl.cpp4223 setTagKind(TK); in TagDecl()