HomeSort by: relevance | last modified time | path
    Searched refs:NestedDiagID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 761 const PartialDiagnostic &NestedDiagID,
807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc,
860 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc,
928 unsigned NestedDiagID = diag::err_deep_exception_specs_differ;
934 NestedDiagID = diag::warn_deep_exception_specs_differ;
950 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2006 const PartialDiagnostic &NestedDiagID,
2013 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,

Completed in 31 milliseconds