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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp298 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { function in class:clang::Sema
493 /// CheckEquivalentExceptionSpec - Check if the two types have equivalent
497 bool Sema::CheckEquivalentExceptionSpec( function in class:clang::Sema
516 /// CheckEquivalentExceptionSpec - Check if the two types have compatible
673 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, function in class:clang::Sema
888 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
H A DSemaDeclCXX.cpp1639 if (CheckEquivalentExceptionSpec(
9241 CheckEquivalentExceptionSpec(Check.second, Check.first);
H A DSemaTemplate.cpp10903 bool Result = CheckEquivalentExceptionSpec(
H A DSemaDecl.cpp4102 if (CheckEquivalentExceptionSpec(Old, New))
4164 // CheckEquivalentExceptionSpec, and we don't want follow-on diagnostics
11297 if (CheckEquivalentExceptionSpec(
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2186 bool CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New);
2187 bool CheckEquivalentExceptionSpec(
2190 bool CheckEquivalentExceptionSpec(

Completed in 393 milliseconds