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.h1485 bool hasExceptionSpec() const { in hasExceptionSpec() function
1487 return FPT->hasExceptionSpec(); in hasExceptionSpec()
1493 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()
1537 if (hasExceptionSpec()) in getExceptionSpecRange()
1543 if (hasExceptionSpec()) in setExceptionSpecRange()
1580 if (hasExceptionSpec()) in initializeLocal()
1587 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
H A DType.h5468 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp205 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
289 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DSemaTemplateDeduction.cpp4721 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4722 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DAnalysisBasedWarnings.cpp378 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateInstantiateDecl.cpp5330 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp7934 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
14589 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaDecl.cpp4242 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
10319 !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaType.cpp8031 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
H A DSemaTemplate.cpp10693 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11421 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
11506 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()