| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 40 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local 41 if (!UnderlyingType) in start() 43 if (UnderlyingType->getBuiltinType() != PDB_BuiltinType::Int || in start() 44 UnderlyingType->getLength() != 4) { in start() 47 Dumper.start(*UnderlyingType); in start()
|
| H A D | MinimalTypeDumper.cpp | 362 Enum.UnderlyingType); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 76 using UnderlyingType = uint8_t; 79 enum FlagNames : UnderlyingType { 167 UnderlyingType getRawFlagsValue() const { in getRawFlagsValue() 168 return static_cast<UnderlyingType>(Flags); in getRawFlagsValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 718 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() local 720 if (UnderlyingType.hasLocalQualifiers()) { in RemoveTypedef() 724 const auto *ElaboratedT = dyn_cast<ElaboratedType>(UnderlyingType); in RemoveTypedef() 1034 QualType UnderlyingType = T->getDecl()->getUnderlyingType(); in VisitTypedefType() local 1035 VisitQualifiers(UnderlyingType.getQualifiers()); in VisitTypedefType() 1038 dyn_cast<TypedefType>(UnderlyingType.getTypePtr())) { in VisitTypedefType() 1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType(); in VisitTypedefType() 1043 dyn_cast<ElaboratedType>(UnderlyingType.getTypePtr())) { in VisitTypedefType() 1044 UnderlyingType = Underlying->getNamedType(); in VisitTypedefType() 1050 AddType(UnderlyingType.getTypePtr()); in VisitTypedefType()
|
| H A D | CommentSema.cpp | 973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl() local 974 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) { in isClassOrStructOrTagTypedefDecl()
|
| H A D | Type.cpp | 3438 E(E), UnderlyingType(underlyingType) {} in DecltypeType() 3458 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType() argument 3461 BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind) {} in UnaryTransformType()
|
| H A D | ASTContext.cpp | 5446 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() 5466 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 5469 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType() 5478 QualType UnderlyingType, in getUnaryTransformType() argument 5503 QualType CanonType = getCanonicalType(UnderlyingType); in getUnaryTransformType() 5505 UnderlyingType, Kind, in getUnaryTransformType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 108 using UnderlyingType = const ContainerType *; variable 109 UnderlyingType Impl; 288 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 299 const auto UnderlyingType = in getLength() local 301 return UnderlyingType ? UnderlyingType->getLength() : 0; in getLength()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 523 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument 526 UnderlyingType(UnderlyingType) {} in EnumRecord() 528 TypeIndex getUnderlyingType() const { return UnderlyingType; } in getUnderlyingType() 530 TypeIndex UnderlyingType; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetRPCAPI.h | 92 JITSymbolFlags::UnderlyingType JITFlags; in deserialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 539 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 517 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument 520 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 4492 QualType UnderlyingType; 4501 QualType getUnderlyingType() const { return UnderlyingType; } 4544 QualType UnderlyingType; 4556 QualType desugar() const { return UnderlyingType; } 4558 QualType getUnderlyingType() const { return UnderlyingType; }
|
| H A D | ASTContext.h | 1590 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const; 1593 QualType getUnaryTransformType(QualType BaseType, QualType UnderlyingType,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 461 error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType")); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 544 IO.mapRequired("UnderlyingType", Record.UnderlyingType); in map()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 15488 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, in ActOnTag() argument 15550 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() 15553 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum)) { in ActOnTag() 15557 } else if (UnderlyingType.get()) { in ActOnTag() 15561 GetTypeFromParser(UnderlyingType.get(), &TI); in ActOnTag()
|
| H A D | SemaOverload.cpp | 3935 QualType UnderlyingType = Enum->getIntegerType(); in getFixedEnumPromtion() local 3936 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3002 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType,
|