Searched refs:underlyingType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6308 SplitQualType underlyingType = type.split(); local
6326 while (!prevTy || prevTy != underlyingType.Ty) {
6327 prevTy = underlyingType.Ty;
6328 underlyingType = underlyingType.getSingleStepDesugaredType();
6330 underlyingType.Quals.removeObjCLifetime();
6334 underlyingType.Quals.addObjCLifetime(lifetime);
6371 type = S.Context.getQualifiedType(underlyingType);
6799 QualType underlyingType = typedefDecl->getUnderlyingType(); local
6801 = AttributedType::stripOuterNullability(underlyingType)) {
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3238 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) argument
3246 E(E), UnderlyingType(underlyingType) {}
H A DASTContext.cpp8991 QualType underlyingType = ET->getDecl()->getIntegerType(); local
8992 if (underlyingType.isNull())
8994 if (Context.hasSameType(underlyingType, other))
9000 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4377 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());

Completed in 131 milliseconds