Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperLoc

501     const FunctionProtoType *Superset, SourceLocation SuperLoc,
512 SubLoc = SuperLoc;
515 Superset = ResolveExceptionSpec(SuperLoc, Superset);
526 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
541 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
553 Diag(SuperLoc, NoteID);
566 Diag(SuperLoc, NoteID);
572 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
578 Diag(SuperLoc, NoteID);
662 Diag(SuperLoc, NoteID);
667 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);