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.cpp8672 QualType CanonT = SemaRef.Context.getCanonicalType(T); in CheckC23ConstexprVarType() local
8676 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6683 QualType CanonT = T.getNonPackExpansionType().getCanonicalType(); in getUnconstrainedType() local
6686 if (auto *AT = CanonT->getAs<AutoType>()) { in getUnconstrainedType()
6698 assert(!CanonT->getContainedAutoType() || in getUnconstrainedType()
6699 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()