Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1429 bool hasExceptionSpec() const { in hasExceptionSpec() function
1431 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()
HDType.h5259 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp203 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
287 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
HDAnalysisBasedWarnings.cpp377 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
HDSemaTemplateDeduction.cpp4610 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4611 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
HDSemaTemplateInstantiateDecl.cpp4768 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
HDSemaDeclCXX.cpp7766 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
14298 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
HDSemaDecl.cpp4150 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
10110 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
HDSemaTemplate.cpp10125 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
HDSemaType.cpp7868 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp10848 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
10933 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()