Searched defs:UnderlyingType (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() 575 TypeIndex UnderlyingType; member 584 TypeIndex UnderlyingType; variable
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 417 DIType *UnderlyingType, StringRef UniqueIdentifier) { in createEnumerationType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5433 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/ |
D | Type.cpp | 2927 QualType UnderlyingType, in UnaryTransformType()
|
D | ASTImporter.cpp | 1804 QualType UnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitDecltypeType() local
|
D | ASTContext.cpp | 4003 QualType UnderlyingType, in getUnaryTransformType()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 12266 TypeResult UnderlyingType, in ActOnTag()
|