Searched refs:hasExceptionSpec (Results 1 – 10 of 10) sorted by relevance
1331 bool hasExceptionSpec() const { in hasExceptionSpec() function1333 return FPT->hasExceptionSpec(); in hasExceptionSpec()1339 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()1383 if (hasExceptionSpec()) in getExceptionSpecRange()1389 if (hasExceptionSpec()) in setExceptionSpecRange()1426 if (hasExceptionSpec()) in initializeLocal()1433 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
3928 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
185 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()269 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
331 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
3976 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()3977 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
3745 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
6638 if (Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()11356 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
3441 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()8634 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
9344 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
8574 assert(!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec() && in mergeFunctionTypes()8638 assert(!proto->hasExceptionSpec() && "C++ shouldn't be here"); in mergeFunctionTypes()