Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp272 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() function in clang::Sema
459 bool Sema::CheckEquivalentExceptionSpec( in CheckEquivalentExceptionSpec() function in clang::Sema
635 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, in CheckEquivalentExceptionSpec() function in clang::Sema
839 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
H A DSemaDeclCXX.cpp1494 if (CheckEquivalentExceptionSpec( in MergeVarDeclExceptionSpecs()
6722 CheckEquivalentExceptionSpec( in CheckExplicitlyDefaultedMemberExceptionSpec()
6746 CheckEquivalentExceptionSpec(Check.second, Check.first); in CheckDelayedMemberExceptionSpecs()
H A DSemaDecl.cpp3238 if (CheckEquivalentExceptionSpec(Old, New)) in MergeFunctionDecl()
9562 if (S.CheckEquivalentExceptionSpec( in CheckMultiVersionAdditionalRules()
H A DSemaTemplate.cpp9349 bool Result = CheckEquivalentExceptionSpec( in ActOnExplicitInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1479 bool CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New);
1480 bool CheckEquivalentExceptionSpec(
1483 bool CheckEquivalentExceptionSpec(