Searched refs:CheckParamExceptionSpec (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 529 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 544 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 575 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 670 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 694 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID, in CheckParamExceptionSpec() function in clang::Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 912 bool CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
|