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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp110 /// CheckSpecifiedExceptionType - Check if the given type is valid in an
116 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) { function in class:clang::Sema
H A DTreeTransform.h5882 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc))
5889 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc))
H A DSemaDeclCXX.cpp17599 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei]))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1755 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);

Completed in 169 milliseconds