Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
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()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp443 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
444 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
612 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
633 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
DDeclSpec.cpp168 ExceptionSpecificationType in getFunction()
DSemaDeclCXX.cpp163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
13909 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
DSemaTemplateInstantiateDecl.cpp3439 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h1394 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1395 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1539 ExceptionSpecificationType ESpecType,
DSema.h4346 ExceptionSpecificationType ComputedEST;
4363 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
4446 ExceptionSpecificationType EST,
4461 ExceptionSpecificationType EST,
/external/clang/lib/Parse/
DParseDeclCXX.cpp3347 ExceptionSpecificationType
3354 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3412 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3477 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
DParseCXXInlineMethods.cpp438 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1175 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5593 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGException.cpp441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/external/clang/include/clang/AST/
DType.h3151 ExceptionSpecInfo(ExceptionSpecificationType EST)
3156 ExceptionSpecificationType Type;
3307 ExceptionSpecificationType getExceptionSpecType() const {
3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/clang/include/clang/Parse/
DParser.h1557 ExceptionSpecificationType tryParseExceptionSpecification(
1566 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/external/clang/lib/AST/
DType.cpp2753 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
2777 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
/external/clang/lib/Serialization/
DASTReader.cpp5686 ExceptionSpecificationType EST = in readExceptionSpec()
5687 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()