Home
last modified time | relevance | path

Searched refs:UnderlyingType (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp40 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 DMinimalTypeDumper.cpp362 Enum.UnderlyingType); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h76 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 DODRHash.cpp718 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 DCommentSema.cpp973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl() local
974 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) { in isClassOrStructOrTagTypedefDecl()
H A DType.cpp3438 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 DASTContext.cpp5446 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 DRangedConstraintManager.h108 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 DNativeTypeEnum.cpp299 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 DTypeRecord.h523 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 DOrcRemoteTargetRPCAPI.h92 JITSymbolFlags::UnderlyingType JITFlags; in deserialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h539 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp517 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 DType.h4492 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 DASTContext.h1590 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 DTypeRecordMapping.cpp461 error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp544 IO.mapRequired("UnderlyingType", Record.UnderlyingType); in map()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15488 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 DSemaOverload.cpp3935 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 DSema.h3002 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType,