Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1017 bool isConstrained; member
1028 ImmRange.isConstrained = false; in ConstraintInfo()
1059 return !ImmRange.isConstrained || in isValidAsmImmediate()
1072 ImmRange.isConstrained = true; in setRequiresImmediate()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h62 bool isConstrained() const { return Val.has_value(); } in isConstrained() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp861 ID.AddInteger(T->isConstrained()); in VisitAutoType()
862 if (T->isConstrained()) { in VisitAutoType()
H A DASTStructuralEquivalence.cpp1002 if (Auto1->isConstrained() != Auto2->isConstrained()) in IsStructurallyEquivalent()
1004 if (Auto1->isConstrained()) { in IsStructurallyEquivalent()
H A DDeclTemplate.cpp736 AT && AT->isConstrained() ? 1 : 0)) in Create()
750 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create()
H A DTextNodeDumper.cpp1576 if (T->isConstrained()) { in VisitAutoType()
H A DTypePrinter.cpp1172 if (T->isConstrained()) { in printAutoBefore()
H A DASTContext.cpp848 if (AT->isConstrained()) { in getCanonicalTemplateTemplateParmDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp415 ((!AT->isConstrained() && AT->getKeyword() == AutoTypeKeyword::Auto && in check()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2128 bool isConstrained() const { in isConstrained() function
2129 return getTypePtr()->isConstrained(); in isConstrained()
2208 return {isConstrained() in getLocalSourceRange()
H A DRecursiveASTVisitor.h1098 if (T->isConstrained()) {
1375 if (TL.isConstrained()) {
H A DDeclTemplate.h1601 return AT && AT->isConstrained();
H A DType.h5145 bool isConstrained() const {
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp136 .isConstrained()); in getAllocated()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4657 if (AT->isConstrained() && !IgnoreConstraints) { in DeduceAutoType()
4776 if (AT->isConstrained() && !IgnoreConstraints) { in DeduceAutoType()
H A DSemaType.cpp3305 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
3310 if (Auto->isConstrained()) { in InventTemplateParameter()
5098 cast<AutoType>(T)->isConstrained())) { in GetFullTypeForDeclarator()
H A DSemaTemplateInstantiateDecl.cpp2929 if (AutoLoc.isConstrained()) in VisitNonTypeTemplateParmDecl()
H A DTreeTransform.h6629 if (T->isConstrained()) { in TransformAutoType()
6653 T->isDependentType() || T->isConstrained()) { in TransformAutoType()
H A DSemaTemplate.cpp1560 if (TL.isConstrained()) in ActOnNonTypeTemplateParameter()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp457 Record.push_back(TL.isConstrained()); in VisitAutoTypeLoc()
458 if (TL.isConstrained()) { in VisitAutoTypeLoc()