Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp200 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() function in clang::Sema
215 if (!CheckEquivalentExceptionSpec( in CheckEquivalentExceptionSpec()
345 bool Sema::CheckEquivalentExceptionSpec( in CheckEquivalentExceptionSpec() function in clang::Sema
351 bool Result = CheckEquivalentExceptionSpec(PDiag(DiagID), in CheckEquivalentExceptionSpec()
366 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, in CheckEquivalentExceptionSpec() function in clang::Sema
738 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
H A DSemaDeclCXX.cpp630 if (CheckEquivalentExceptionSpec(Old, New)) in MergeCXXFunctionDecl()
671 if (CheckEquivalentExceptionSpec( in MergeVarDeclExceptionSpecs()
5316 CheckEquivalentExceptionSpec( in CheckExplicitlyDefaultedMemberExceptionSpec()
H A DSemaTemplate.cpp7735 bool Result = CheckEquivalentExceptionSpec( in ActOnExplicitInstantiation()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1205 bool CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New);
1206 bool CheckEquivalentExceptionSpec(
1209 bool CheckEquivalentExceptionSpec(