Home
last modified time | relevance | path

Searched refs:NoteID (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp367 const PartialDiagnostic & NoteID, in CheckEquivalentExceptionSpec() argument
440 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
441 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
521 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
522 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
550 if (NoteID.getDiagID() != 0) in CheckEquivalentExceptionSpec()
551 Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpec()
559 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, in CheckExceptionSpecSubset() argument
585 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
600 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc); in CheckExceptionSpecSubset()
[all …]
H A DSemaExpr.cpp1700 unsigned NoteID = in emitEmptyLookupTypoDiagnostic() local
1706 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
1711 SemaRef.PDiag(NoteID)); in emitEmptyLookupTypoDiagnostic()
1920 unsigned NoteID = (Corrected.getCorrectionDecl() && in DiagnoseEmptyLookup() local
1926 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
1931 PDiag(NoteID), AcceptableWithRecovery); in DiagnoseEmptyLookup()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp112 unsigned NoteID = Diag.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl() local
129 Diag.Report(NoteLoc, NoteID) << (*PI)->getString() in FlushDiagnosticsImpl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1210 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
1218 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
1221 bool CheckParamExceptionSpec(const PartialDiagnostic & NoteID,