Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance
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()
4128 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
201 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()284 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
350 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
4252 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4253 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4520 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7462 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()13484 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
7522 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
3698 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()9326 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
10238 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
9494 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()9558 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()