Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance
1429 bool hasExceptionSpec() const { in hasExceptionSpec() function1431 return FPT->hasExceptionSpec(); in hasExceptionSpec()1437 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1481 if (hasExceptionSpec()) in getExceptionSpecRange()1487 if (hasExceptionSpec()) in setExceptionSpecRange()1524 if (hasExceptionSpec()) in initializeLocal()1531 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
5259 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
203 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()287 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
377 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
4610 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4611 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4768 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7766 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember() 14298 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
4150 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()10110 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
10125 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
7868 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
10848 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()10933 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()