Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1355 bool hasExceptionSpec() const { in hasExceptionSpec() function
1357 return FPT->hasExceptionSpec(); in hasExceptionSpec()
1363 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()
1407 if (hasExceptionSpec()) in getExceptionSpecRange()
1413 if (hasExceptionSpec()) in setExceptionSpecRange()
1450 if (hasExceptionSpec()) in initializeLocal()
1457 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
H A DType.h4128 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp201 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
284 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DAnalysisBasedWarnings.cpp350 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateDeduction.cpp4252 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4253 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DSemaTemplateInstantiateDecl.cpp4520 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp7462 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
13484 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaType.cpp7522 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
H A DSemaDecl.cpp3698 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
9326 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp10238 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9494 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
9558 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()