Searched refs:getExceptionSpecType (Results 1 – 21 of 21) sorted by relevance
142 if (FPT->getExceptionSpecType() == EST_Unparsed) { in ResolveExceptionSpec()147 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in ResolveExceptionSpec()155 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType())) in ResolveExceptionSpec()159 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated) in ResolveExceptionSpec()166 if (Proto->getExceptionSpecType() == clang::EST_Unparsed) { in ResolveExceptionSpec()270 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec()306 switch (OldProto->getExceptionSpecType()) { in CheckEquivalentExceptionSpec()437 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()438 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()606 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()[all …]
770 if (Chunk.Fun.getExceptionSpecType() == EST_Dynamic) { in containsUnexpandedParameterPacks()777 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
3878 if (IsTypedefName && FTI.getExceptionSpecType()) in GetFullTypeForDeclarator()4014 if (FTI.getExceptionSpecType() == EST_Dynamic) { in GetFullTypeForDeclarator()4024 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()4029 FTI.getExceptionSpecType(), in GetFullTypeForDeclarator()
163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()5207 if (FPT->getExceptionSpecType() != EST_Unevaluated) in EvaluateImplicitExceptionSpec()5221 if (CanonicalFPT->getExceptionSpecType() == EST_Unevaluated) in EvaluateImplicitExceptionSpec()5350 if (Type->getExceptionSpecType() == EST_Uninstantiated) { in CheckExplicitlyDefaultedSpecialMember()5401 if (SpecifiedType->getExceptionSpecType() == EST_Unparsed) in CheckExplicitlyDefaultedMemberExceptionSpec()13557 switch (Proto->getExceptionSpecType()) { in checkThisInStaticMemberFunctionExceptionSpec()
3197 if (Proto->getExceptionSpecType() != EST_Uninstantiated) in InstantiateExceptionSpec()
7127 R->getAs<FunctionProtoType>()->getExceptionSpecType() == EST_None) { in CreateNewFunctionDecl()
12505 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in MarkFunctionReferenced()
3148 if (getExceptionSpecType() == EST_ComputedNoexcept)3152 assert(getExceptionSpecType() != EST_Uninstantiated &&3153 getExceptionSpecType() != EST_Unevaluated);3173 EPI.ExceptionSpec.Type = getExceptionSpecType();3192 ExceptionSpecificationType getExceptionSpecType() const {3197 return getExceptionSpecType() != EST_None;3201 return isDynamicExceptionSpec(getExceptionSpecType());3205 return isNoexceptExceptionSpec(getExceptionSpecType());3225 if (getExceptionSpecType() != EST_ComputedNoexcept)3235 if (getExceptionSpecType() != EST_Uninstantiated &&[all …]
525 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()535 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()537 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
2695 if (getExceptionSpecType() == EST_Dynamic) { in FunctionProtoType()2710 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()2723 } else if (getExceptionSpecType() == EST_Uninstantiated) { in FunctionProtoType()2732 } else if (getExceptionSpecType() == EST_Unevaluated) { in FunctionProtoType()2761 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()2785 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
595 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()605 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()607 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
592 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent()594 if (Proto1->getExceptionSpecType() == EST_Dynamic) { in IsStructurallyEquivalent()603 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
1302 if (getExceptionSpecType() == EST_Dynamic) in destroy()1304 else if (getExceptionSpecType() == EST_Unparsed) in destroy()1371 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function
4250 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function4272 ESI.Type = getExceptionSpecType(); in getExceptionSpec()
213 Record.push_back(T->getExceptionSpecType()); in addExceptionSpec()214 if (T->getExceptionSpecType() == EST_Dynamic) { in addExceptionSpec()218 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()220 } else if (T->getExceptionSpecType() == EST_Uninstantiated) { in addExceptionSpec()223 } else if (T->getExceptionSpecType() == EST_Unevaluated) { in addExceptionSpec()242 T->getRefQualifier() || T->getExceptionSpecType() != EST_None) in VisitFunctionProtoType()5722 ->getExceptionSpecType())) in ResolvedExceptionSpec()
2965 bool IsUnresolved = isUnresolvedExceptionSpec(FPT->getExceptionSpecType()); in attachPreviousDeclImpl()2967 isUnresolvedExceptionSpec(PrevFPT->getExceptionSpecType()); in attachPreviousDeclImpl()3734 if (isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) { in UpdateDecl()
441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1429 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType()) && in AddAttributesFromFunctionProtoType()
2967 if (isUnresolvedExceptionSpec(FnTy->getExceptionSpecType())) in AST_MATCHER()
1954 bool NeedLateParse = FTI.getExceptionSpecType() == EST_Unparsed; in HandleMemberFunctionDeclDelays()
1831 if (!isUnresolvedExceptionSpec(Proto->getExceptionSpecType()) && in CanThrow()