Home
last modified time | relevance | path

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

12

/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/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.h184 bool isScoped() const override;
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletScopes.java301 return Scopes.isScoped(binding, ServletScopes.REQUEST, RequestScoped.class);
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp272 MOCK_SYMBOL_ACCESSOR(isScoped)
/external/clang/lib/AST/
DType.cpp1643 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType()
1709 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()
1749 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()
1804 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()
1819 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
2337 || ET->getDecl()->isScoped()) in isPromotableIntegerType()
DDeclBase.cpp913 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
DDeclPrinter.cpp395 if (D->isScoped()) { in VisitEnumDecl()
DASTDumper.cpp1051 if (D->isScoped()) { in VisitEnumDecl()
DDecl.cpp1474 if (ED->isScoped() || ED->getIdentifier()) in printQualifiedName()
DASTImporter.cpp2513 D->isScoped(), D->isScopedUsingClassTag(), in VisitEnumDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp789 PrevDecl, D->isScoped(), in VisitEnumDecl()
837 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()
850 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) { in VisitEnumDecl()
906 !Enum->isScoped()) { in InstantiateEnumDefinition()
DSemaCast.cpp1010 if (Enum->getDecl()->isScoped()) { in TryStaticCast()
DSemaTemplateInstantiate.cpp2014 if (TSK == TSK_ImplicitInstantiation && !Enum->isScoped() && in InstantiateClass()
DSemaDecl.cpp11594 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
11596 << Prev->isScoped(); in CheckEnumRedeclaration()
12252 << PrevEnum->isScoped() in ActOnTag()
14076 if (!TheEnumDecl->isScoped()) in ActOnEnumConstant()
DSemaOverload.cpp1810 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()
8184 if (!(*Enum)->getAs<EnumType>()->getDecl()->isScoped()) in addConditionalOperatorOverloads()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1035 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/external/clang/include/clang/AST/
DDecl.h3171 bool isScoped() const { in isScoped() function
3863 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.cpp398 Record.push_back(D->isScoped()); in VisitEnumDecl()

12