Searched refs:hasExceptionSpec (Results 1 – 18 of 18) sorted by relevance
143 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()209 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()535 if (MissingExceptionSpecification && Old->hasExceptionSpec() && in CheckEquivalentExceptionSpec()536 !New->hasExceptionSpec()) { in CheckEquivalentExceptionSpec()
3128 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()7942 if (FPT->hasExceptionSpec()) { in ActOnFunctionDeclarator()8077 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
3424 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
5469 if (Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()9650 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
8017 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
1355 bool hasExceptionSpec() const { in hasExceptionSpec() function1357 return FPT->hasExceptionSpec(); in hasExceptionSpec()1363 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1407 if (hasExceptionSpec()) in getExceptionSpecRange()1413 if (hasExceptionSpec()) in setExceptionSpecRange()1450 if (hasExceptionSpec()) in initializeLocal()1457 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
4117 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
199 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()282 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
348 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
4261 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4262 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4512 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7387 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()13426 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
7483 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
3681 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()9239 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
10244 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
7516 assert(!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec() && in mergeFunctionTypes()7570 assert(!proto->hasExceptionSpec() && "C++ shouldn't be here"); in mergeFunctionTypes()
9380 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()9444 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()
3311 bool hasExceptionSpec() const {