Home
last modified time | relevance | path

Searched refs:CheckSpecifiedExceptionType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp116 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) { in CheckSpecifiedExceptionType() function in clang::Sema
H A DTreeTransform.h5983 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
5990 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
H A DSemaDeclCXX.cpp17741 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1994 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);