/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyEnumDumper.cpp | 41 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | WithCache.h | 30 using UnderlyingType = std::remove_pointer_t<Arg>; variable
|
/llvm-project/lldb/unittests/ValueObject/ |
H A D | DumpValueObjectOptionsTests.cpp | 78 const std::vector<std::tuple<UnderlyingType, DumpValueObjectOptions, in TestDumpEnum() argument
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 109 using UnderlyingType = const ContainerType *; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 304 const auto UnderlyingType = in getLength() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 676 Type *const UnderlyingType = IsByVal ? CB->getParamByValType(I) expandCall() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 524 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument 531 TypeIndex UnderlyingType; variable
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 907 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) { in isClassOrStructOrTagTypedefDecl() local
|
H A D | ODRHash.cpp | 894 QualType UnderlyingType = D->getUnderlyingType(); RemoveTypedef() local
|
H A D | Type.cpp | 4007 DependentDecltypeType(Expr * E,QualType UnderlyingType) DependentDecltypeType() argument 4073 UnaryTransformType(QualType BaseType,QualType UnderlyingType,UTTKind UKind,QualType CanonicalType) UnaryTransformType() argument
|
H A D | TypePrinter.cpp | 214 const Type *UnderlyingType = T; canPrefixQualifiers() local
|
H A D | ASTContext.cpp | 5864 getUnaryTransformType(QualType BaseType,QualType UnderlyingType,UnaryTransformType::UTTKind Kind) const getUnaryTransformType() argument [all...] |
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1378 SymbolReference UnderlyingType; global() member
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 569 createEnumerationType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINodeArray Elements,DIType * UnderlyingType,unsigned RunTimeLang,StringRef UniqueIdentifier,bool IsScoped) createEnumerationType() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 9694 auto UnderlyingType = AliasTemplate->getTemplatedDecl() DeduceTemplateSpecializationFromInitializer() local
|
H A D | SemaOverload.cpp | 4253 QualType UnderlyingType = Enum->getIntegerType(); getFixedEnumPromtion() local
|
H A D | SemaDecl.cpp | 16939 ActOnTag(Scope * S,unsigned TagSpec,TagUseKind TUK,SourceLocation KWLoc,CXXScopeSpec & SS,IdentifierInfo * Name,SourceLocation NameLoc,const ParsedAttributesView & Attrs,AccessSpecifier AS,SourceLocation ModulePrivateLoc,MultiTemplateParamsArg TemplateParameterLists,bool & OwnedDecl,bool & IsDependent,SourceLocation ScopedEnumKWLoc,bool ScopedEnumUsesClassTag,TypeResult UnderlyingType,bool IsTypeSpecifier,bool IsTemplateParamOrArg,OffsetOfKind OOK,SkipBodyInfo * SkipBody) ActOnTag() argument
|
H A D | SemaExpr.cpp | 16362 QualType UnderlyingType = TInfo->getType(); BuildVAArgExpr() local [all...] |