Searched defs:UnderlyingType (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyEnumDumper.cpp | 41 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 109 using UnderlyingType = const ContainerType *; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 304 const auto UnderlyingType = in getLength() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 524 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() 531 TypeIndex UnderlyingType; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 676 Type *const UnderlyingType = IsByVal ? CB->getParamByValType(I) in expandCall() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 894 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() local
|
H A D | Type.cpp | 3978 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType() 4044 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType()
|
H A D | TypePrinter.cpp | 214 const Type *UnderlyingType = T; in canPrefixQualifiers() local
|
H A D | ASTContext.cpp | 3232 QualType UnderlyingType = cast<EnumType>(T)->getDecl()->getIntegerType(); in encodeTypeForFunctionPointerAuth() local 6154 QualType UnderlyingType, in getUnaryTransformType()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1378 SymbolReference UnderlyingType; member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 569 DIType *UnderlyingType, unsigned RunTimeLang, in createEnumerationType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 9707 auto UnderlyingType = AliasTemplate->getTemplatedDecl() in DeduceTemplateSpecializationFromInitializer() local
|
H A D | SemaOverload.cpp | 4280 QualType UnderlyingType = Enum->getIntegerType(); in getFixedEnumPromtion() local
|
H A D | SemaDecl.cpp | 16985 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, in ActOnTag()
|
H A D | SemaExpr.cpp | 16405 QualType UnderlyingType = TInfo->getType(); in BuildVAArgExpr() local
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 4041 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef
|