Searched refs:getExceptionSpecType (Results 1 – 17 of 17) sorted by relevance
115 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in ResolveExceptionSpec()123 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType())) in ResolveExceptionSpec()127 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated) in ResolveExceptionSpec()216 EPI.ExceptionSpecType = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec()234 switch (OldProto->getExceptionSpecType()) { in CheckEquivalentExceptionSpec()363 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()364 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()541 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()562 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
2786 if (IsTypedefName && FTI.getExceptionSpecType()) in GetFullTypeForDeclarator()2918 if (FTI.getExceptionSpecType() == EST_Dynamic) { in GetFullTypeForDeclarator()2928 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()2932 S.checkExceptionSpecification(FTI.getExceptionSpecType(), in GetFullTypeForDeclarator()
2808 assert(Proto->getExceptionSpecType() != EST_Uninstantiated); in InstantiateExceptionSpec()2923 EPI.ExceptionSpecType = Proto->getExceptionSpecType(); in InstantiateExceptionSpec()2935 if (Proto->getExceptionSpecType() != EST_Uninstantiated) in InstantiateExceptionSpec()
162 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()4445 if (FPT->getExceptionSpecType() != EST_Unevaluated) in EvaluateImplicitExceptionSpec()4460 if (CanonicalFPT->getExceptionSpecType() == EST_Unevaluated) in EvaluateImplicitExceptionSpec()4590 if (Type->getExceptionSpecType() == EST_Uninstantiated) { in CheckExplicitlyDefaultedSpecialMember()12247 switch (Proto->getExceptionSpecType()) { in checkThisInStaticMemberFunctionExceptionSpec()
6167 R->getAs<FunctionProtoType>()->getExceptionSpecType() == EST_None) { in CreateNewFunctionDecl()
11029 if (FPT && isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) in MarkFunctionReferenced()
2906 if (getExceptionSpecType() != EST_ComputedNoexcept)2929 EPI.ExceptionSpecType = getExceptionSpecType();2949 ExceptionSpecificationType getExceptionSpecType() const {2954 return getExceptionSpecType() != EST_None;2958 return isDynamicExceptionSpec(getExceptionSpecType());2962 return isNoexceptExceptionSpec(getExceptionSpecType());2980 if (getExceptionSpecType() != EST_ComputedNoexcept)2990 if (getExceptionSpecType() != EST_Uninstantiated &&2991 getExceptionSpecType() != EST_Unevaluated)3000 if (getExceptionSpecType() != EST_Uninstantiated)[all …]
464 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()474 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()476 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
1611 if (getExceptionSpecType() == EST_Dynamic) { in FunctionProtoType()1625 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()1637 } else if (getExceptionSpecType() == EST_Uninstantiated) { in FunctionProtoType()1645 } else if (getExceptionSpecType() == EST_Unevaluated) { in FunctionProtoType()1661 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
571 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()581 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()583 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
982 switch (T->getExceptionSpecType()) { in visitFunctionProtoTypeAttrs()1004 setFlag("any", T->getExceptionSpecType() == EST_MSAny); in visitFunctionProtoTypeChildren()
547 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent()549 if (Proto1->getExceptionSpecType() == EST_Dynamic) { in IsStructurallyEquivalent()558 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
499 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()567 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1227 if (getExceptionSpecType() == EST_Dynamic) in destroy()1283 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function
3684 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() function3705 EPI.ExceptionSpecType = getExceptionSpecType(); in getEPI()
200 Record.push_back(T->getExceptionSpecType()); in VisitFunctionProtoType()201 if (T->getExceptionSpecType() == EST_Dynamic) { in VisitFunctionProtoType()205 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionProtoType()207 } else if (T->getExceptionSpecType() == EST_Uninstantiated) { in VisitFunctionProtoType()210 } else if (T->getExceptionSpecType() == EST_Unevaluated) { in VisitFunctionProtoType()
1436 if (!isUnresolvedExceptionSpec(Proto->getExceptionSpecType()) && in CanThrow()