Home
last modified time | relevance | path

Searched refs:isScoped (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeTypedef.h43 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeEnum.h46 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeBaseClass.h44 FORWARD_SYMBOL_METHOD(isScoped)
DIPDBRawSymbol.h192 virtual bool isScoped() const = 0;
/external/clang/lib/AST/
DType.cpp656 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()
DDeclPrinter.cpp357 if (D->isScoped()) { in VisitEnumDecl()
DDeclBase.cpp873 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
DASTDumper.cpp1027 if (D->isScoped()) { in VisitEnumDecl()
DASTImporter.cpp2452 D->isScoped(), D->isScopedUsingClassTag(), in VisitEnumDecl()
DASTContext.cpp4618 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in getIntegerTypeForEnum()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h184 bool isScoped() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp262 MOCK_SYMBOL_ACCESSOR(isScoped)
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp757 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()
DSemaCast.cpp1009 if (Enum->getDecl()->isScoped()) { in TryStaticCast()
DSemaTemplateInstantiate.cpp2015 if (TSK == TSK_ImplicitInstantiation && !Enum->isScoped() && in InstantiateClass()
DSemaDecl.cpp11076 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
11078 << Prev->isScoped(); in CheckEnumRedeclaration()
11667 << PrevEnum->isScoped() in ActOnTag()
13472 if (!TheEnumDecl->isScoped() && in ActOnEnumConstant()
DSemaOverload.cpp1751 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()
8092 if (!(*Enum)->getAs<EnumType>()->getDecl()->isScoped()) in addConditionalOperatorOverloads()
DSemaExpr.cpp7848 return ET->getDecl()->isScoped(); in isScopedEnumerationType()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1035 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/clang/include/clang/AST/
DDecl.h3120 bool isScoped() const { in isScoped() function
3793 return ED->isScoped(); in IsEnumDeclScoped()
/external/clang/lib/Frontend/
DASTUnit.cpp789 if (!EnumD->isScoped()) { in AddTopLevelDeclarationToHash()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp337 Record.push_back(D->isScoped()); in VisitEnumDecl()