Home
last modified time | relevance | path

Searched refs:EST_BasicNoexcept (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp377 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
437 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1678 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.cpp205 EST = EST_BasicNoexcept; in CalledDecl()
228 case EST_BasicNoexcept: in CalledDecl()
235 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
18784 case EST_BasicNoexcept: in MarkVirtualMembersReferenced()
18896 ESI.Type = EST_BasicNoexcept; in DelegatingCycleHelper()
H A DSemaTemplateInstantiateDecl.cpp4778 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
H A DSemaExprCXX.cpp3187 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp7874 case EST_BasicNoexcept: in getCCTypeAttr()
H A DSemaDecl.cpp10113 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4137 return EST_BasicNoexcept; in ParseTrailingRequiresClause()
4193 NoexceptType = EST_BasicNoexcept;
4197 NoexceptType = EST_BasicNoexcept; in DeallocateParsedClasses()
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp166 case ExceptionSpecificationType::EST_BasicNoexcept:
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4754 if (ESI.Type == EST_BasicNoexcept) in getAttributedType()
4873 case EST_BasicNoexcept: in getTemplateTypeParmType()
4876 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getTemplateTypeParmType()
12083 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in getSideTableAllocatedMemory()
13111 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in getCommonSugarTypeNode()
13135 case EST_BasicNoexcept: in getCommonSugarTypeNode()
H A DJSONNodeDumper.cpp649 case EST_BasicNoexcept: in VisitArrayType()
H A DTextNodeDumper.cpp1917 case EST_BasicNoexcept: in VisitFunctionDecl()
H A DType.cpp3713 case EST_BasicNoexcept: in TypedefType()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp781 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitBinMul()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5178 case EST_BasicNoexcept:
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5010 : Self(&Self), ComputedEST(EST_BasicNoexcept) {