HomeSort by relevance Sort by last modified time
    Searched refs:NoteID (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 346 const PartialDiagnostic & NoteID,
419 if (NoteID.getDiagID() != 0)
420 Diag(OldLoc, NoteID);
500 if (NoteID.getDiagID() != 0)
501 Diag(OldLoc, NoteID);
529 if (NoteID.getDiagID() != 0)
530 Diag(OldLoc, NoteID);
538 const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID,
564 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
579 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc)
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 109 unsigned NoteID = Diag.getCustomDiagID(DiagnosticsEngine::Note, "%0");
126 Diag.Report(NoteLoc, NoteID) << (*PI)->getString()
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 166 milliseconds