Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp41 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h30 using UnderlyingType = std::remove_pointer_t<Arg>; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h109 using UnderlyingType = const ContainerType *; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp304 const auto UnderlyingType = in getLength() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp907 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl() local
H A DODRHash.cpp881 QualType UnderlyingType = D->getUnderlyingType(); RemoveTypedef() local
H A DType.cpp3808 DependentDecltypeType(Expr * E,QualType UnderlyingType) DependentDecltypeType() argument
3817 UnaryTransformType(QualType BaseType,QualType UnderlyingType,UTTKind UKind,QualType CanonicalType) UnaryTransformType() argument
H A DTypePrinter.cpp214 const Type *UnderlyingType = T; in canPrefixQualifiers() local
H A DASTContext.cpp5711 getUnaryTransformType(QualType BaseType,QualType UnderlyingType,UnaryTransformType::UTTKind Kind) const getUnaryTransformType() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp500 addTypedef(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference UnderlyingType,bool IsFromSystemHeader) addTypedef() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1102 SymbolReference UnderlyingType; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp542 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
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp4246 QualType UnderlyingType = Enum->getIntegerType(); getFixedEnumPromtion() local
H A DSemaDecl.cpp17223 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 DSemaExpr.cpp17415 QualType UnderlyingType = TInfo->getType(); BuildVAArgExpr() local
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp4041 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef