Searched refs:CheckDistantExceptionSpec (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp181 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
184 bool Sema::CheckDistantExceptionSpec(QualType T) { function in class:clang::Sema
H A DSemaType.cpp2800 if (CheckDistantExceptionSpec(T)) {
4699 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4735 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4749 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1756 bool CheckDistantExceptionSpec(QualType T);

Completed in 103 milliseconds