Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp752 DIType UnderlyingType, StringRef UniqueIdentifier) { in createEnumerationType()
/external/clang/lib/AST/
DType.cpp1861 QualType UnderlyingType, in UnaryTransformType()
DASTImporter.cpp1677 QualType UnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitDecltypeType() local
DASTContext.cpp3733 QualType UnderlyingType, in getUnaryTransformType()
/external/clang/lib/Serialization/
DASTReader.cpp5273 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5278 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5284 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/Sema/
DSemaDecl.cpp10737 TypeResult UnderlyingType, in ActOnTag()