Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1393 bool hasExceptionSpec() const { in hasExceptionSpec() function
1395 return FPT->hasExceptionSpec(); in hasExceptionSpec()
1401 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()
1445 if (hasExceptionSpec()) in getExceptionSpecRange()
1451 if (hasExceptionSpec()) in setExceptionSpecRange()
1488 if (hasExceptionSpec()) in initializeLocal()
1495 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
H A DType.h4460 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp212 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
295 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DAnalysisBasedWarnings.cpp377 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateDeduction.cpp4422 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4423 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DSemaTemplateInstantiateDecl.cpp4757 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp7873 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
14426 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaDecl.cpp4260 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
10250 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaType.cpp8177 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
H A DSemaTemplate.cpp10898 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10396 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
10460 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()