Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1331 bool hasExceptionSpec() const { in hasExceptionSpec() function
1333 return FPT->hasExceptionSpec(); in hasExceptionSpec()
1339 assert(hasExceptionSpec() && "No exception spec range"); in getExceptionSpecRangePtr()
1383 if (hasExceptionSpec()) in getExceptionSpecRange()
1389 if (hasExceptionSpec()) in setExceptionSpecRange()
1426 if (hasExceptionSpec()) in initializeLocal()
1433 unsigned ExceptSpecSize = hasExceptionSpec() ? sizeof(SourceRange) : 0; in getExtraLocalDataSize()
H A DType.h3928 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp185 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
269 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
H A DAnalysisBasedWarnings.cpp331 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaTemplateDeduction.cpp3976 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
3977 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
H A DSemaTemplateInstantiateDecl.cpp3745 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
H A DSemaDeclCXX.cpp6638 if (Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
11356 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
H A DSemaDecl.cpp3441 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
8634 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp9344 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8574 assert(!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec() && in mergeFunctionTypes()
8638 assert(!proto->hasExceptionSpec() && "C++ shouldn't be here"); in mergeFunctionTypes()