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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp123 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { function in class:clang::Sema
132 if (!CheckEquivalentExceptionSpec(PDiag(DiagID),
283 /// CheckEquivalentExceptionSpec - Check if the two types have equivalent
287 bool Sema::CheckEquivalentExceptionSpec( function in class:clang::Sema
293 return CheckEquivalentExceptionSpec(
299 /// CheckEquivalentExceptionSpec - Check if the two types have compatible
301 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, function in class:clang::Sema
685 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,

Completed in 53 milliseconds