Searched refs:CheckEquivalentExceptionSpec (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp287 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { function in class:clang::Sema
481 /// CheckEquivalentExceptionSpec - Check if the two types have equivalent
485 bool Sema::CheckEquivalentExceptionSpec( function in class:clang::Sema
504 /// CheckEquivalentExceptionSpec - Check if the two types have compatible
661 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, function in class:clang::Sema
876 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
H A DSemaDecl.cpp3473 if (CheckEquivalentExceptionSpec(Old, New))
3655 // CheckEquivalentExceptionSpec, and we don't want follow-on diagnostics
10157 if (CheckEquivalentExceptionSpec(
H A DSemaDeclCXX.cpp1534 if (CheckEquivalentExceptionSpec(
8554 CheckEquivalentExceptionSpec(Check.second, Check.first);
H A DSemaTemplate.cpp10061 bool Result = CheckEquivalentExceptionSpec(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1757 bool CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New);
1758 bool CheckEquivalentExceptionSpec(
1761 bool CheckEquivalentExceptionSpec(

Completed in 272 milliseconds