Home
last modified time | relevance | path

Searched refs:hasExceptionSpec (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1387 bool hasExceptionSpec() const { in hasExceptionSpec() function
1389 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()
H A DType.h4198 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp205 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
288 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DAnalysisBasedWarnings.cpp350 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateDeduction.cpp4128 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4129 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DSemaTemplateInstantiateDecl.cpp4656 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp7570 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
13878 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaDecl.cpp4102 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
9828 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaType.cpp7710 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
H A DSemaTemplate.cpp10340 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10155 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
10219 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()