Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h26 EST_BasicNoexcept, ///< noexcept enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp376 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
436 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
H A DSemaLambda.cpp1688 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
H A DSemaDeclCXX.cpp202 EST = EST_BasicNoexcept; in CalledDecl()
225 case EST_BasicNoexcept: in CalledDecl()
232 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
18914 case EST_BasicNoexcept: in HandleMSProperty()
19026 ESI.Type = EST_BasicNoexcept; in ActOnFinishFunctionDeclarationDeclarator()
H A DSemaTemplateInstantiateDecl.cpp4905 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InstantiateFunctionDefinition()
H A DSemaExprCXX.cpp3203 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
H A DSemaType.cpp8057 case EST_BasicNoexcept: in isPermittedNeonBaseType()
H A DSemaDecl.cpp10264 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4248 return EST_BasicNoexcept; in ParseDynamicExceptionSpecification()
4304 NoexceptType = EST_BasicNoexcept; in ParseTrailingReturnType()
4308 NoexceptType = EST_BasicNoexcept; in ParseTrailingReturnType()
/llvm-project/clang/tools/libclang/
H A DCXType.cpp782 case EST_BasicNoexcept: in clang_getExceptionSpecificationType()
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp166 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString()
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp765 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp649 case EST_BasicNoexcept: in VisitFunctionProtoType()
H A DASTContext.cpp4852 if (ESI.Type == EST_BasicNoexcept) in getEnumType()
4971 case EST_BasicNoexcept: in getSubstTemplateTypeParmPackType()
4974 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getSubstTemplateTypeParmPackType()
12508 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone;
13538 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in getCorrespondingUnsaturatedType()
13562 case EST_BasicNoexcept:
H A DTextNodeDumper.cpp2026 case EST_BasicNoexcept: in VisitDeducedTemplateSpecializationType()
H A DType.cpp3763 case EST_BasicNoexcept: in hasInstantiationDependentExceptionSpec()
/llvm-project/clang/include/clang/AST/
H A DType.h5313 case EST_BasicNoexcept:
/llvm-project/clang/include/clang/Sema/
H A DSema.h5018 : Self(&Self), ComputedEST(EST_BasicNoexcept) {