/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolTypeTypedef.h | 38 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | PDBSymbolTypeEnum.h | 44 FORWARD_SYMBOL_METHOD(isScoped)
|
H A D | PDBSymbolTypeUDT.h | 42 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;
|
/openbsd/gnu/llvm/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;
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 1815 if (FirstEnum->isScoped() != SecondEnum->isScoped()) { in diagnoseMismatch() 1816 DiagError(FirstEnum, SingleScopedEnum) << FirstEnum->isScoped(); in diagnoseMismatch() 1817 DiagNote(SecondEnum, SingleScopedEnum) << SecondEnum->isScoped(); in diagnoseMismatch() 1821 if (FirstEnum->isScoped() && SecondEnum->isScoped()) { in diagnoseMismatch()
|
H A D | ODRHash.cpp | 736 AddBoolean(Enum->isScoped()); in AddEnumDecl() 737 if (Enum->isScoped()) in AddEnumDecl()
|
H A D | Type.cpp | 618 return ET->getDecl()->isScoped(); in isScopedEnumeralType() 1980 return !ET->getDecl()->isScoped(); in isUnscopedEnumerationType() 2051 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType() 2101 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType() 2172 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType() 2188 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType()
|
H A D | DeclBase.cpp | 1210 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
|
H A D | DeclPrinter.cpp | 529 if (D->isScoped()) { in VisitEnumDecl()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 210 bool isScoped() const override;
|
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 310 if (ED->isScoped()) in VisitDeclRefExpr()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 507 bool isScoped = false; in CreateLLDBTypeFromPDBType() local 511 builtin_type, isScoped); in CreateLLDBTypeFromPDBType()
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 456 REGISTER_MATCHER(isScoped); in RegistryMaps()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 447 bool isScoped() const { in isScoped() function
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8212 AST_MATCHER(EnumDecl, isScoped) { in AST_MATCHER() argument 8213 return Node.isScoped(); in AST_MATCHER()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1432 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl() 1479 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl() 1491 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) { in VisitEnumDecl() 1547 !Enum->isScoped()) { in InstantiateEnumDefinition()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Decl.h | 3923 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped() function 4879 return ED->isScoped(); in IsEnumDeclScoped()
|