Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp672 DIType UnderlyingType, StringRef UniqueIdentifier) { in createEnumerationType()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1884 QualType UnderlyingType, in UnaryTransformType()
H A DASTImporter.cpp1677 QualType UnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitDecltypeType() local
H A DASTContext.cpp3789 QualType UnderlyingType, in getUnaryTransformType()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5393 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5398 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5404 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp11165 TypeResult UnderlyingType, in ActOnTag()