Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h38 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeEnum.h44 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isScoped)
H A DPDBSymbolTypeBaseClass.h43 FORWARD_SYMBOL_METHOD(isScoped)
H A DIPDBRawSymbol.h237 virtual bool isScoped() const = 0;
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1815 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 DODRHash.cpp736 AddBoolean(Enum->isScoped()); in AddEnumDecl()
737 if (Enum->isScoped()) in AddEnumDecl()
H A DType.cpp618 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 DDeclBase.cpp1210 return !cast<EnumDecl>(this)->isScoped(); in isTransparentContext()
H A DDeclPrinter.cpp529 if (D->isScoped()) { in VisitEnumDecl()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h210 bool isScoped() const override;
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp310 if (ED->isScoped()) in VisitDeclRefExpr()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp507 bool isScoped = false; in CreateLLDBTypeFromPDBType() local
511 builtin_type, isScoped); in CreateLLDBTypeFromPDBType()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp456 REGISTER_MATCHER(isScoped); in RegistryMaps()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h447 bool isScoped() const { in isScoped() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8212 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 DDIARawSymbol.cpp1210 bool DIARawSymbol::isScoped() const { in isScoped() function in DIARawSymbol
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1432 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 DDecl.h3923 bool isScoped() const { return EnumDeclBits.IsScoped; } in isScoped() function
4879 return ED->isScoped(); in IsEnumDeclScoped()

12