Home
last modified time | relevance | path

Searched refs:SubLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp473 const FunctionProtoType *Subset, SourceLocation SubLoc) { in CheckExceptionSpecSubset() argument
482 if (!SubLoc.isValid()) in CheckExceptionSpecSubset()
483 SubLoc = SuperLoc; in CheckExceptionSpecSubset()
489 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
504 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
513 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
526 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
534 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
538 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
624 Diag(SubLoc, DiagID); in CheckExceptionSpecSubset()
[all …]
/external/clang/include/clang/Sema/
DSema.h815 const FunctionProtoType *Subset, SourceLocation SubLoc);