Searched refs:isScoped (Results 1 – 23 of 23) sorted by relevance
42 FORWARD_SYMBOL_METHOD(isScoped)
43 FORWARD_SYMBOL_METHOD(isScoped)
46 FORWARD_SYMBOL_METHOD(isScoped)
44 FORWARD_SYMBOL_METHOD(isScoped)
192 virtual bool isScoped() const = 0;
656 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType()722 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()762 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()817 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()832 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()1328 || ET->getDecl()->isScoped()) in isPromotableIntegerType()
357 if (D->isScoped()) { in VisitEnumDecl()
873 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
1027 if (D->isScoped()) { in VisitEnumDecl()
2452 D->isScoped(), D->isScopedUsingClassTag(), in VisitEnumDecl()
4618 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in getIntegerTypeForEnum()
184 bool isScoped() const override;
262 MOCK_SYMBOL_ACCESSOR(isScoped)
757 PrevDecl, D->isScoped(), in VisitEnumDecl()797 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()809 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) { in VisitEnumDecl()865 !Enum->isScoped()) { in InstantiateEnumDefinition()
1009 if (Enum->getDecl()->isScoped()) { in TryStaticCast()
2015 if (TSK == TSK_ImplicitInstantiation && !Enum->isScoped() && in InstantiateClass()
11076 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()11078 << Prev->isScoped(); in CheckEnumRedeclaration()11667 << PrevEnum->isScoped() in ActOnTag()13472 if (!TheEnumDecl->isScoped() && in ActOnEnumConstant()
1751 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()8092 if (!(*Enum)->getAs<EnumType>()->getDecl()->isScoped()) in addConditionalOperatorOverloads()
7848 return ET->getDecl()->isScoped(); in isScopedEnumerationType()
1035 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
3120 bool isScoped() const { in isScoped() function3793 return ED->isScoped(); in IsEnumDeclScoped()
789 if (!EnumD->isScoped()) { in AddTopLevelDeclarationToHash()
337 Record.push_back(D->isScoped()); in VisitEnumDecl()