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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5184 SplitQualType underlyingType = type.split(); local
5201 while (!underlyingType.Quals.hasObjCLifetime()) {
5202 underlyingType = underlyingType.getSingleStepDesugaredType();
5204 underlyingType.Quals.removeObjCLifetime();
5208 underlyingType.Quals.addObjCLifetime(lifetime);
5245 type = S.Context.getQualifiedType(underlyingType);
5612 QualType underlyingType = typedefDecl->getUnderlyingType(); local
5614 = AttributedType::stripOuterNullability(underlyingType)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2905 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
2914 UnderlyingType(underlyingType) {
H A DASTContext.cpp7549 QualType underlyingType = ET->getDecl()->getIntegerType(); local
7550 if (underlyingType.isNull()) return QualType();
7551 if (Context.hasSameType(underlyingType, other))
7557 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3454 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());

Completed in 281 milliseconds