Home
last modified time | relevance | path

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

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1305 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1489 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1566 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
2448 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1305 decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateRecordType()
1489 template_cxx_decl->setTagKind(static_cast<TagDecl::TagKind>(kind)); in CreateClassTemplateDecl()
1566 class_template_specialization_decl->setTagKind( in CreateClassTemplateSpecializationDecl()
2451 tag_decl->setTagKind((clang::TagDecl::TagKind)kind); in SetTagTypeKind()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/TypeSystem/Clang/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp702 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4535 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp702 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4535 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp706 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4477 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp704 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4366 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp706 TD->setTagKind((TagDecl::TagKind)Record.readInt());
4275 RD->setTagKind((TagTypeKind)Record.readInt());
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4661 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp710 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4582 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp710 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4590 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReaderDecl.cpp707 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4566 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp707 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4568 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp710 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4590 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setTagKind((TagDecl::TagKind)Record.readInt()); in VisitTagDecl()
4624 RD->setTagKind((TagTypeKind)Record.readInt()); in UpdateDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2085 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2061 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2048 Instantiation->setTagKind(Pattern->getTagKind()); in InstantiateClass()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDecl.h3511 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDecl.h3458 void setTagKind(TagKind TK) { TagDeclBits.TagDeclKind = TK; } in setTagKind() function

123