Lines Matching refs:SubLoc
592 const FunctionProtoType *Subset, SourceLocation SubLoc) { in CheckExceptionSpecSubset() argument
601 if (!SubLoc.isValid()) in CheckExceptionSpecSubset()
602 SubLoc = SuperLoc; in CheckExceptionSpecSubset()
608 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()
616 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
641 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
654 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
662 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
666 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
722 if (!IsDerivedFrom(SubLoc, CanonicalSubT, CanonicalSuperT, Paths)) in CheckExceptionSpecSubset()
747 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
754 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()