Searched refs:isScoped (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1505 if (D->isScoped()) {
H A DDecl.cpp1648 if (ED->isScoped())
H A DASTContext.cpp6323 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
H A DASTImporter.cpp2653 Loc, Name.getAsIdentifierInfo(), PrevDecl, D->isScoped(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3697 bool isScoped() const { return EnumDeclBits.IsScoped; }
4562 return ED->isScoped();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp910 if (!EnumD->isScoped()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1219 if (Enum->getDecl()->isScoped()) {
H A DSemaDecl.cpp14964 if (IsScoped != Prev->isScoped()) {
14966 << Prev->isScoped();
17674 if (getLangOpts().CPlusPlus && !TheEnumDecl->isScoped())
17684 if (!TheEnumDecl->isScoped() && isa<ValueDecl>(PrevDecl)) {
H A DSemaTemplateInstantiate.cpp2752 if (TSK == TSK_ImplicitInstantiation && !Enum->isScoped() &&
H A DSemaOverload.cpp2106 if (FromEnumType->getDecl()->isScoped())
9061 if (!(*Enum)->castAs<EnumType>()->getDecl()->isScoped())
H A DSemaDeclCXX.cpp12121 if (cast<EnumDecl>(ED->getDeclContext())->isScoped()) {
H A DSemaExpr.cpp10565 return ET->getDecl()->isScoped();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11440 if (FirstEnum->isScoped() != SecondEnum->isScoped()) {
11443 << FirstEnum->isScoped();
11446 << SecondEnum->isScoped();
11451 if (FirstEnum->isScoped() && SecondEnum->isScoped()) {
H A DASTWriterDecl.cpp439 Record.push_back(D->isScoped());
2019 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3014 Identifier, ED->isScoped());

Completed in 782 milliseconds

12