Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
575 TypeIndex UnderlyingType; member
584 TypeIndex UnderlyingType; variable
/external/llvm/lib/IR/
DDIBuilder.cpp417 DIType *UnderlyingType, StringRef UniqueIdentifier) { in createEnumerationType()
/external/clang/lib/Serialization/
DASTReader.cpp5433 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5438 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5444 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/AST/
DType.cpp2927 QualType UnderlyingType, in UnaryTransformType()
DASTImporter.cpp1804 QualType UnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitDecltypeType() local
DASTContext.cpp4003 QualType UnderlyingType, in getUnaryTransformType()
/external/clang/lib/Sema/
DSemaDecl.cpp12266 TypeResult UnderlyingType, in ActOnTag()