Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance
1485 bool hasExceptionSpec() const { in hasExceptionSpec() function1487 return FPT->hasExceptionSpec(); in hasExceptionSpec()1493 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1537 if (hasExceptionSpec()) in getExceptionSpecRange()1543 if (hasExceptionSpec()) in setExceptionSpecRange()1580 if (hasExceptionSpec()) in initializeLocal()1587 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
5468 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
205 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()289 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
4721 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4722 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
378 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
5330 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
7934 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()14589 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
4242 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()10319 !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
8031 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
10693 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
11421 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()11506 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()