Home
last modified time | relevance | path

Searched refs:CanonT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8473 QualType CanonT = SemaRef.Context.getCanonicalType(T); in CheckC23ConstexprVarType() local
8477 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6252 QualType CanonT = T.getCanonicalType(); in getUnconstrainedType() local
6255 if (auto *AT = CanonT->getAs<AutoType>()) { in getUnconstrainedType()
6267 assert(!CanonT->getContainedAutoType() || in getUnconstrainedType()
6268 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()