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.cpp437 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
438 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
606 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
627 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
DDeclSpec.cpp168 ExceptionSpecificationType in getFunction()
DSemaDeclCXX.cpp163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
13630 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
13687 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
DSemaTemplateInstantiateDecl.cpp3282 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h1371 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1372 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1505 ExceptionSpecificationType ESpecType,
DSema.h4233 ExceptionSpecificationType ComputedEST;
4250 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
4332 ExceptionSpecificationType EST,
4347 ExceptionSpecificationType EST,
/external/clang/lib/Parse/
DParseDeclCXX.cpp3324 ExceptionSpecificationType
3331 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3388 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3452 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
DParseCXXInlineMethods.cpp431 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1109 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5488 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.h3047 ExceptionSpecInfo(ExceptionSpecificationType EST)
3052 ExceptionSpecificationType Type;
3192 ExceptionSpecificationType getExceptionSpecType() const {
3193 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/clang/include/clang/Parse/
DParser.h1535 ExceptionSpecificationType tryParseExceptionSpecification(
1544 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/external/clang/lib/AST/
DType.cpp2761 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
2785 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
/external/clang/lib/Serialization/
DASTReader.cpp5644 ExceptionSpecificationType EST = in readExceptionSpec()
5645 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()