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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp564 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
579 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
610 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
702 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
721 /// CheckParamExceptionSpec - Check if the parameter and return types of the
726 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID, function in class:clang::Sema

Completed in 27 milliseconds