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.h1126 bool isConstrained; member
1137 ImmRange.isConstrained = false; in ConstraintInfo()
1168 return !ImmRange.isConstrained || in isValidAsmImmediate()
1181 ImmRange.isConstrained = true; in setRequiresImmediate()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2253 bool isConstrained() const { in isConstrained() function
2254 return getTypePtr()->isConstrained(); in isConstrained()
2331 return {isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1116 if (T->isConstrained()) {
1421 if (TL.isConstrained()) {
H A DDeclTemplate.h1551 return AT && AT->isConstrained();
H A DType.h6756 bool isConstrained() const {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1044 ID.AddInteger(T->isConstrained()); in VisitAutoType()
1045 if (T->isConstrained()) { in VisitAutoType()
H A DTypeLoc.cpp677 if (getTypePtr()->isConstrained()) { in initializeLocal()
H A DASTStructuralEquivalence.cpp1266 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
1268 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp788 const bool HasConstraint = AT && AT->isConstrained(); in Create()
806 const bool HasConstraint = AT && AT->isConstrained(); in Create()
H A DTypePrinter.cpp1328 if (T->isConstrained()) { in printAutoBefore()
H A DTextNodeDumper.cpp2173 if (T->isConstrained()) in VisitAutoType()
H A DItaniumMangle.cpp4616 if (T->isConstrained() && !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleType()
H A DASTContext.cpp6687 if (!AT->isConstrained()) in getUnconstrainedType()
6699 !CanonT->getContainedAutoType()->isConstrained()); in getUnconstrainedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3041 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
3046 if (Auto->isConstrained()) { in InventTemplateParameter()
4908 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DTreeTransform.h7337 if (T->isConstrained()) { in TransformAutoType()
7361 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
7378 if (T->isConstrained()) { in TransformAutoType()
H A DSemaTemplateDeduction.cpp5322 if (AT->isConstrained() && !IgnoreConstraints && in DeduceAutoType()
H A DSemaTemplateInstantiateDecl.cpp3647 if (AutoLoc.isConstrained()) { in VisitNonTypeTemplateParmDecl()
H A DSemaTemplate.cpp1538 if (TL.isConstrained()) { in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp9069 RT->getContainedAutoType()->isConstrained())) { in CheckExplicitlyDefaultedComparison()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp557 Record.push_back(TL.isConstrained() && CR); in VisitAutoTypeLoc()
558 if (TL.isConstrained() && CR) in VisitAutoTypeLoc()