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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp115 /// CheckSpecifiedExceptionType - Check if the given type is valid in an
121 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) { function in class:clang::Sema
H A DTreeTransform.h6275 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc))
6282 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc))
H A DSemaDeclCXX.cpp19122 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei]))
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2184 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);

Completed in 319 milliseconds