Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp71 bool Sema::CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range) { in CheckSpecifiedExceptionType() function in clang::Sema
H A DTreeTransform.h4750 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
4757 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
H A DSemaDeclCXX.cpp13481 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1203 bool CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range);