Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp68 dumpSymbolField(OS, "scoped", isScoped(), Indent); in dump()
200 bool NativeTypeUDT::isScoped() const { in isScoped() function in NativeTypeUDT
202 return UnmodifiedType->isScoped(); in isScoped()
H A DNativeTypeEnum.cpp160 dumpSymbolField(OS, "scoped", isScoped(), Indent); in dump()
338 bool NativeTypeEnum::isScoped() const { in isScoped() function in NativeTypeEnum
340 return UnmodifiedType->isScoped(); in isScoped()
H A DNativeRawSymbol.cpp675 bool NativeRawSymbol::isScoped() const { in isScoped() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h38 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeEnum.h44 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeBaseClass.h43 FORWARD_SYMBOL_METHOD(isScoped)
H A DIPDBRawSymbol.h237 virtual bool isScoped() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h56 bool isScoped() const override;
H A DNativeTypeUDT.h58 bool isScoped() const override;
H A DNativeRawSymbol.h215 bool isScoped() const override;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1826 if (FirstEnum->isScoped() != SecondEnum->isScoped()) { in diagnoseMismatch()
1827 DiagError(FirstEnum, SingleScopedEnum) << FirstEnum->isScoped(); in diagnoseMismatch()
1828 DiagNote(SecondEnum, SingleScopedEnum) << SecondEnum->isScoped(); in diagnoseMismatch()
1832 if (FirstEnum->isScoped() && SecondEnum->isScoped()) { in diagnoseMismatch()
H A DODRHash.cpp757 AddBoolean(Enum->isScoped()); in AddEnumDecl()
758 if (Enum->isScoped()) in AddEnumDecl()
H A DType.cpp690 return ET->getDecl()->isScoped(); in isScopedEnumeralType()
2084 return !ET->getDecl()->isScoped(); in isUnscopedEnumerationType()
2155 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType()
2205 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType()
2277 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType()
2292 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
H A DDeclBase.cpp1365 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h210 bool isScoped() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp506 bool isScoped = false; in CreateLLDBTypeFromPDBType() local
510 builtin_type, isScoped); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2009 if (Class.isScoped()) in visitKnownRecord()
2014 if (!(Class.isNested() || Class.isScoped())) { in visitKnownRecord()
2079 if (Enum.isScoped()) { in visitKnownRecord()
2085 if (!(Enum.isNested() || Enum.isScoped())) { in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp470 REGISTER_MATCHER(isScoped); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h447 bool isScoped() const { in isScoped() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1513 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
1560 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()
1572 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) { in VisitEnumDecl()
1628 !Enum->isScoped()) { in InstantiateEnumDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4045 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped() function
5021 return ED->isScoped(); in IsEnumDeclScoped()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8526 AST_MATCHER(EnumDecl, isScoped) { in AST_MATCHER() argument
8527 return Node.isScoped(); in AST_MATCHER()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1158 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()

12