Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance
1393 bool hasExceptionSpec() const { in hasExceptionSpec() function1395 return FPT->hasExceptionSpec(); in hasExceptionSpec()1401 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1445 if (hasExceptionSpec()) in getExceptionSpecRange()1451 if (hasExceptionSpec()) in setExceptionSpecRange()1488 if (hasExceptionSpec()) in initializeLocal()1495 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
4460 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
212 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()295 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
377 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
4422 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4423 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4757 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7873 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()14426 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
4260 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()10250 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
8177 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
10898 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
10396 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()10460 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()