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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp192 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
195 bool Sema::CheckDistantExceptionSpec(QualType T) { function in class:clang::Sema
H A DSemaType.cpp3124 if (CheckDistantExceptionSpec(T)) {
5113 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
5149 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
5163 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2185 bool CheckDistantExceptionSpec(QualType T);

Completed in 237 milliseconds