Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h21 enum ExceptionSpecificationType { enum
33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp412 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
413 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
581 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
602 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
H A DDeclSpec.cpp178 ExceptionSpecificationType in getFunction()
H A DSemaDeclCXX.cpp163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
13455 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
13512 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp3211 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1341 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1342 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1473 ExceptionSpecificationType ESpecType,
H A DSema.h4039 ExceptionSpecificationType ComputedEST;
4056 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
4138 ExceptionSpecificationType EST,
4153 ExceptionSpecificationType EST,
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp505 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
579 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3114 ExceptionSpecificationType
3121 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3178 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3239 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
H A DParseCXXInlineMethods.cpp423 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1099 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp5268 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h2894 ExceptionSpecInfo(ExceptionSpecificationType EST)
2899 ExceptionSpecificationType Type;
3037 ExceptionSpecificationType getExceptionSpecType() const {
3038 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1466 ExceptionSpecificationType tryParseExceptionSpecification(
1475 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1694 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
1718 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5632 ExceptionSpecificationType EST = in readExceptionSpec()
5633 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()