Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp143 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
209 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
535 if (MissingExceptionSpecification && Old->hasExceptionSpec() && in CheckEquivalentExceptionSpec()
536 !New->hasExceptionSpec()) { in CheckEquivalentExceptionSpec()
DSemaDecl.cpp3128 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
7942 if (FPT->hasExceptionSpec()) { in ActOnFunctionDeclarator()
8077 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
DSemaTemplateInstantiateDecl.cpp3424 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
DSemaDeclCXX.cpp5469 if (Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
9650 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
DSemaTemplate.cpp8017 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/external/llvm-project/clang/include/clang/AST/
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()
DType.h4117 bool hasExceptionSpec() const { return getExceptionSpecType() != EST_None; }
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp199 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()
282 return !Ty->hasExceptionSpec(); in hasImplicitExceptionSpec()
DAnalysisBasedWarnings.cpp348 << !isa<CXXDestructorDecl>(FD) << !Ty->hasExceptionSpec() in EmitDiagForCXXThrowInNonThrowingFunc()
DSemaTemplateDeduction.cpp4261 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4262 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
DSemaTemplateInstantiateDecl.cpp4512 if (Proto->hasExceptionSpec() || Proto->getNoReturnAttr()) { in InitFunctionInstantiation()
DSemaDeclCXX.cpp7387 if (!Type->hasExceptionSpec()) { in CheckExplicitlyDefaultedSpecialMember()
13426 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
DSemaType.cpp7483 if (Proto->hasExceptionSpec()) { in handleFunctionTypeAttr()
DSemaDecl.cpp3681 assert(!OldProto->hasExceptionSpec() && "Exception spec in C"); in MergeFunctionDecl()
9239 getLangOpts().CPlusPlus11 && FPT && !FPT->hasExceptionSpec()) in ActOnFunctionDeclarator()
DSemaTemplate.cpp10244 if (FPT->hasExceptionSpec()) { in ActOnExplicitInstantiation()
/external/clang/lib/AST/
DASTContext.cpp7516 assert(!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec() && in mergeFunctionTypes()
7570 assert(!proto->hasExceptionSpec() && "C++ shouldn't be here"); in mergeFunctionTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9380 (!lproto->hasExceptionSpec() && !rproto->hasExceptionSpec())) && in mergeFunctionTypes()
9444 assert((AllowCXX || !proto->hasExceptionSpec()) && "C++ shouldn't be here"); in mergeFunctionTypes()
/external/clang/include/clang/AST/
DType.h3311 bool hasExceptionSpec() const {