Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance
1387 bool hasExceptionSpec() const { in hasExceptionSpec() function1389 return FPT->hasExceptionSpec(); in hasExceptionSpec()1395 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1439 if (hasExceptionSpec()) in getExceptionSpecRange()1445 if (hasExceptionSpec()) in setExceptionSpecRange()1482 if (hasExceptionSpec()) in initializeLocal()1489 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
4198 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
205 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()288 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
350 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
4128 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4129 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4656 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7570 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()13878 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
4102 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()9828 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
7710 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
10340 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
10155 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()10219 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()