/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 68 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 D | NativeTypeEnum.cpp | 160 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 D | NativeRawSymbol.cpp | 675 bool NativeRawSymbol::isScoped() const { in isScoped() function in NativeRawSymbol
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolTypeTypedef.h | 38 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | PDBSymbolTypeUDT.h | 42 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | PDBSymbolTypeEnum.h | 44 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | PDBSymbolTypeBaseClass.h | 43 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | IPDBRawSymbol.h | 237 virtual bool isScoped() const = 0;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.h | 56 bool isScoped() const override;
|
H A D | NativeTypeUDT.h | 58 bool isScoped() const override;
|
H A D | NativeRawSymbol.h | 215 bool isScoped() const override;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 1826 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 D | ODRHash.cpp | 757 AddBoolean(Enum->isScoped()); in AddEnumDecl() 758 if (Enum->isScoped()) in AddEnumDecl()
|
H A D | Type.cpp | 690 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 D | DeclBase.cpp | 1365 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 210 bool isScoped() const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 506 bool isScoped = false; in CreateLLDBTypeFromPDBType() local 510 builtin_type, isScoped); in CreateLLDBTypeFromPDBType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2009 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 D | Registry.cpp | 470 REGISTER_MATCHER(isScoped); in RegistryMaps()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 447 bool isScoped() const { in isScoped() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1513 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 D | Decl.h | 4045 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 D | ASTMatchers.h | 8526 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 D | PdbAstBuilder.cpp | 1158 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()
|