Home
last modified time | relevance | path

Searched refs:ExceptionSpecificationType (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DExceptionSpecificationType.h20 enum ExceptionSpecificationType { enum
35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept()
44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()
555 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
556 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
793 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
794 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
H A DDeclSpec.cpp171 ExceptionSpecificationType in getFunction()
H A DSemaDeclCXX.cpp187 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
18398 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
18447 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4679 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
H A DTreeTransform.h6111 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAbstractBasicReader.h225 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
H A DType.h4080 ExceptionSpecificationType Type = EST_None;
4098 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4185 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4257 ExceptionSpecificationType getExceptionSpecType() const {
4258 return static_cast<ExceptionSpecificationType>(
H A DDecl.h2662 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1502 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1503 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1656 ExceptionSpecificationType ESpecType,
H A DSema.h6287 ExceptionSpecificationType ComputedEST;
6304 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
6351 ExceptionSpecificationType &EST);
6356 ExceptionSpecificationType EST,
6371 ExceptionSpecificationType EST,
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3867 ExceptionSpecificationType Parser::tryParseExceptionSpecification( in tryParseExceptionSpecification()
3872 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3929 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3993 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
H A DParseCXXInlineMethods.cpp485 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1397 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6849 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
586 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1962 ExceptionSpecificationType tryParseExceptionSpecification(
1971 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp757 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12465 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()