Searched refs:CanonT (Results 1 – 2 of 2) sorted by relevance
8473 QualType CanonT = SemaRef.Context.getCanonicalType(T); in CheckC23ConstexprVarType() local8477 if (CanonT->isVariablyModifiedType()) { in CheckC23ConstexprVarType()8484 CanonT = SemaRef.Context.getBaseElementType(CanonT); in CheckC23ConstexprVarType()8486 if (CanonT->isAtomicType() || CanonT.isVolatileQualified() || in CheckC23ConstexprVarType()8487 CanonT.isRestrictQualified()) { in CheckC23ConstexprVarType()8492 if (CanonT->isRecordType()) { in CheckC23ConstexprVarType()8493 const RecordDecl *RD = CanonT->getAsRecordDecl(); in CheckC23ConstexprVarType()
6252 QualType CanonT = T.getCanonicalType(); in getUnconstrainedType() local6255 if (auto *AT = CanonT->getAs<AutoType>()) { in getUnconstrainedType()6267 assert(!CanonT->getContainedAutoType() || in getUnconstrainedType()6268 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()