Searched refs:CanonT (Results 1 – 2 of 2) sorted by relevance
8672 QualType CanonT = SemaRef.Context.getCanonicalType(T); in CheckC23ConstexprVarType() local8676 if (CanonT->isVariablyModifiedType()) { in CheckC23ConstexprVarType()8683 CanonT = SemaRef.Context.getBaseElementType(CanonT); in CheckC23ConstexprVarType()8685 if (CanonT->isAtomicType() || CanonT.isVolatileQualified() || in CheckC23ConstexprVarType()8686 CanonT.isRestrictQualified()) { in CheckC23ConstexprVarType()8691 if (CanonT->isRecordType()) { in CheckC23ConstexprVarType()8692 const RecordDecl *RD = CanonT->getAsRecordDecl(); in CheckC23ConstexprVarType()
6683 QualType CanonT = T.getNonPackExpansionType().getCanonicalType(); in getUnconstrainedType() local6686 if (auto *AT = CanonT->getAs<AutoType>()) { in getUnconstrainedType()6698 assert(!CanonT->getContainedAutoType() || in getUnconstrainedType()6699 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()