Searched refs:CheckSpecifiedExceptionType (Results 1 – 4 of 4) sorted by relevance
71 bool Sema::CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range) { in CheckSpecifiedExceptionType() function in clang::Sema
4750 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()4757 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
13481 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
1203 bool CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range);