Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp108 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) { in CheckSpecifiedExceptionType() function in clang::Sema
H A DTreeTransform.h5432 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
5439 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
H A DSemaDeclCXX.cpp15486 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1477 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);