Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeUDT.h43 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeTypedef.h44 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeEnum.h47 FORWARD_SYMBOL_METHOD(isScoped)
DPDBSymbolTypeBaseClass.h45 FORWARD_SYMBOL_METHOD(isScoped)
DIPDBRawSymbol.h194 virtual bool isScoped() const = 0;
/external/guice/core/src/com/google/inject/
DScopes.java129 public static boolean isScoped(Binding<?> binding, final Scope scope, in isScoped() method in Scopes
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h185 bool isScoped() const override;
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletScopes.java301 return Scopes.isScoped(binding, ServletScopes.REQUEST, RequestScoped.class);
/external/clang/lib/AST/
DType.cpp1649 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType()
1715 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()
1755 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()
1810 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()
1825 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
2343 || ET->getDecl()->isScoped()) in isPromotableIntegerType()
DDeclBase.cpp956 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
DDeclPrinter.cpp403 if (D->isScoped()) { in VisitEnumDecl()
DASTDumper.cpp1083 if (D->isScoped()) { in VisitEnumDecl()
DDecl.cpp1474 if (ED->isScoped() || ED->getIdentifier()) in printQualifiedName()
DASTImporter.cpp2692 D->isScoped(), D->isScopedUsingClassTag(), in VisitEnumDecl()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp299 MOCK_SYMBOL_ACCESSOR(isScoped)
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp896 PrevDecl, D->isScoped(), in VisitEnumDecl()
944 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()
957 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) { in VisitEnumDecl()
1013 !Enum->isScoped()) { in InstantiateEnumDefinition()
DSemaCast.cpp1011 if (Enum->getDecl()->isScoped()) { in TryStaticCast()
DSemaTemplateInstantiate.cpp2025 if (TSK == TSK_ImplicitInstantiation && !Enum->isScoped() && in InstantiateClass()
DSemaDecl.cpp12012 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
12014 << Prev->isScoped(); in CheckEnumRedeclaration()
12687 << PrevEnum->isScoped() in ActOnTag()
14533 if (!TheEnumDecl->isScoped()) in ActOnEnumConstant()
DSemaOverload.cpp1875 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()
8232 if (!(*Enum)->getAs<EnumType>()->getDecl()->isScoped()) in addConditionalOperatorOverloads()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1048 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/clang/include/clang/AST/
DDecl.h3188 bool isScoped() const { in isScoped() function
3865 return ED->isScoped(); in IsEnumDeclScoped()
/external/guice/core/test/com/google/inject/
DScopesTest.java756 return Scopes.isScoped(binding, CUSTOM_SCOPE, CustomScoped.class);
/external/clang/lib/Frontend/
DASTUnit.cpp793 if (!EnumD->isScoped()) { in AddTopLevelDeclarationToHash()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp424 Record.push_back(D->isScoped()); in VisitEnumDecl()

12