Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DExceptionSpecificationType.h21 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()
48 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp81 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()
523 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
524 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
760 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
761 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
H A DDeclSpec.cpp162 ExceptionSpecificationType in getFunction()
H A DSemaExprCXX.cpp6010 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()
6011 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
H A DSemaDeclCXX.cpp164 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
15460 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
15509 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp3760 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
H A DTreeTransform.h5372 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1458 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1459 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1600 ExceptionSpecificationType ESpecType,
H A DSema.h4758 ExceptionSpecificationType ComputedEST;
4775 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
4858 ExceptionSpecificationType &EST);
4863 ExceptionSpecificationType EST,
4878 ExceptionSpecificationType EST,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3743 ExceptionSpecificationType Type = EST_None;
3761 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
3839 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
3872 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
3922 ExceptionSpecificationType getExceptionSpecType() const {
3923 return static_cast<ExceptionSpecificationType>(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3529 ExceptionSpecificationType
3536 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3594 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3659 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
H A DParseCXXInlineMethods.cpp429 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1169 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6075 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp464 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
541 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1753 ExceptionSpecificationType tryParseExceptionSpecification(
1762 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6413 ExceptionSpecificationType EST = in readExceptionSpec()
6414 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()