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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { function in class:clang::Sema
227 if (!CheckEquivalentExceptionSpec(
372 /// CheckEquivalentExceptionSpec - Check if the two types have equivalent
376 bool Sema::CheckEquivalentExceptionSpec( function in class:clang::Sema
382 bool Result = CheckEquivalentExceptionSpec(PDiag(DiagID),
391 /// CheckEquivalentExceptionSpec - Check if the two types have compatible
397 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, function in class:clang::Sema
769 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,

Completed in 192 milliseconds