Home
last modified time | relevance | path

Searched defs:UnderlyingType (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp41 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h109 using UnderlyingType = const ContainerType *; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp304 const auto UnderlyingType = in getLength() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h524 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
531 TypeIndex UnderlyingType; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp676 Type *const UnderlyingType = IsByVal ? CB->getParamByValType(I) in expandCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp894 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() local
H A DType.cpp3978 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType()
4044 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType()
H A DTypePrinter.cpp214 const Type *UnderlyingType = T; in canPrefixQualifiers() local
H A DASTContext.cpp3232 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 DAPI.h1378 SymbolReference UnderlyingType; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp569 DIType *UnderlyingType, unsigned RunTimeLang, in createEnumerationType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9707 auto UnderlyingType = AliasTemplate->getTemplatedDecl() in DeduceTemplateSpecializationFromInitializer() local
H A DSemaOverload.cpp4280 QualType UnderlyingType = Enum->getIntegerType(); in getFixedEnumPromtion() local
H A DSemaDecl.cpp16985 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, in ActOnTag()
H A DSemaExpr.cpp16405 QualType UnderlyingType = TInfo->getType(); in BuildVAArgExpr() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4041 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef