Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h20 enum ExceptionSpecificationType { enum
30 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp316 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
317 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
485 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
506 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
DDeclSpec.cpp153 ExceptionSpecificationType in getFunction()
DSemaDeclCXX.cpp123 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1179 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1180 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1302 ExceptionSpecificationType ESpecType,
DSema.h2646 ExceptionSpecificationType ComputedEST;
2663 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
/external/clang/lib/Parse/
DParseDeclCXX.cpp2314 ExceptionSpecificationType
2319 ExceptionSpecificationType Result = EST_None; in MaybeParseExceptionSpecification()
2337 ExceptionSpecificationType NoexceptType = EST_None; in MaybeParseExceptionSpecification()
2387 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
DParseDecl.cpp3688 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGException.cpp458 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
489 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/external/clang/include/clang/Parse/
DParser.h1212 ExceptionSpecificationType MaybeParseExceptionSpecification(
1219 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/external/clang/include/clang/AST/
DType.h2690 ExceptionSpecificationType ExceptionSpecType;
2780 ExceptionSpecificationType getExceptionSpecType() const {
2781 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
2817 ExceptionSpecificationType EST = getExceptionSpecType();
/external/clang/lib/AST/
DType.cpp1568 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
/external/clang/lib/Serialization/
DASTReader.cpp3344 ExceptionSpecificationType EST = in ReadTypeRecord()
3345 static_cast<ExceptionSpecificationType>(Record[Idx++]); in ReadTypeRecord()