Home
last modified time | relevance | path

Searched refs:isConstrained (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1102 bool isConstrained; member
1113 ImmRange.isConstrained = false; in ConstraintInfo()
1144 return !ImmRange.isConstrained || in isValidAsmImmediate()
1157 ImmRange.isConstrained = true; in setRequiresImmediate()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1016 ID.AddInteger(T->isConstrained()); in VisitAutoType()
1017 if (T->isConstrained()) { in VisitAutoType()
H A DTypeLoc.cpp664 if (getTypePtr()->isConstrained()) { in initializeLocal()
H A DASTStructuralEquivalence.cpp1161 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
1163 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp751 AT && AT->isConstrained() ? 1 : 0)) in Create()
765 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create()
H A DTextNodeDumper.cpp2019 if (T->isConstrained()) in VisitAutoType()
H A DTypePrinter.cpp1283 if (T->isConstrained()) { in printAutoBefore()
H A DItaniumMangle.cpp4401 if (T->isConstrained() && !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleType()
H A DASTContext.cpp6256 if (!AT->isConstrained()) in getUnconstrainedType()
6268 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2197 bool isConstrained() const { in isConstrained() function
2198 return getTypePtr()->isConstrained(); in isConstrained()
2275 return {isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1111 if (T->isConstrained()) {
1404 if (TL.isConstrained()) {
H A DDeclTemplate.h1547 return AT && AT->isConstrained();
H A DType.h6387 bool isConstrained() const {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2989 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
2994 if (Auto->isConstrained()) { in InventTemplateParameter()
4858 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DTreeTransform.h7103 if (T->isConstrained()) { in TransformAutoType()
7127 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
7144 if (T->isConstrained()) { in TransformAutoType()
H A DSemaTemplateDeduction.cpp5208 if (AT->isConstrained() && !IgnoreConstraints && in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3102 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl()
H A DSemaTemplate.cpp1532 if (TL.isConstrained()) in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp8890 RT->getContainedAutoType()->isConstrained())) { in CheckExplicitlyDefaultedComparison()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp529 Record.push_back(TL.isConstrained() && CR); in VisitAutoTypeLoc()
530 if (TL.isConstrained() && CR) in VisitAutoTypeLoc()