Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.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()
H A DType.h5259 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp203 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
287 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DAnalysisBasedWarnings.cpp377 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateDeduction.cpp4610 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4611 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DSemaTemplateInstantiateDecl.cpp4768 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp7766 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
14298 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaDecl.cpp4150 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
10110 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp10125 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
H A DSemaType.cpp7868 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10848 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
10933 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()