Searched refs:SubLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExceptionSpec.cpp | 521 const FunctionProtoType *Subset, SourceLocation SubLoc) { in CheckExceptionSpecSubset() argument 530 if (!SubLoc.isValid()) in CheckExceptionSpecSubset() 531 SubLoc = SuperLoc; in CheckExceptionSpecSubset() 537 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 545 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 560 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 570 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset() 583 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset() 591 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset() 595 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1106 const FunctionProtoType *Subset, SourceLocation SubLoc);
|