Searched defs:Notes (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Notes; member in class:clang::TextDiagnosticBuffer
39 const_iterator note_begin() const { return Notes.begin(); }
40 const_iterator note_end() const { return Notes.end(); }
H A DVerifyDiagnosticConsumer.h186 DirectiveList Notes; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
191 llvm::DeleteContainerPointers(Notes);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1294 const OptionalNotes &Notes = I->second; local
1295 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
1296 S.Diag(Notes[NoteI].first, Notes[NoteI].second);
H A DSemaTemplate.cpp4047 SmallVector<PartialDiagnosticAt, 8> Notes; local
4048 EvalResult.Diag = &Notes;
4056 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
4058 DiagLoc = Notes[0].first;
4059 Notes.clear();
4064 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
4065 S.Diag(Notes[I].first, Notes[I].second);
H A DSemaDecl.cpp8657 SmallVector<PartialDiagnosticAt, 8> Notes; local
8658 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
8662 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
8664 DiagLoc = Notes[0].first;
8665 Notes.clear();
8669 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
8670 Diag(Notes[I].first, Notes[I].second);
H A DSemaOverload.cpp4979 SmallVector<PartialDiagnosticAt, 8> Notes; local
4981 Eval.Diag = &Notes;
4990 if (Notes.empty()) {
4997 if (Notes.size() == 1 &&
4998 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
4999 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5003 for (unsigned I = 0; I < Notes.size(); ++I)
5004 Diag(Notes[I].first, Notes[I].second);
8137 // Notes th
[all...]
H A DSemaExpr.cpp10706 SmallVector<PartialDiagnosticAt, 8> Notes; local
10707 EvalResult.Diag = &Notes;
10717 if (Folded && getLangOpts().CPlusPlus11 && Notes.empty()) {
10726 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
10728 DiagLoc = Notes[0].first;
10729 Notes.clear();
10735 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
10736 Diag(Notes[I].first, Notes[
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1833 SmallVector<PartialDiagnosticAt, 8> Notes; local
1834 if (!VD->evaluateValue(Notes)) {
1836 Notes.size() + 1) << VD;
1838 Info.addNotes(Notes);
1842 Notes.size() + 1) << VD;
1844 Info.addNotes(Notes);
7942 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
7950 EStatus.Diag = &Notes;
H A DDecl.cpp1865 SmallVector<PartialDiagnosticAt, 8> Notes; local
1866 return evaluateValue(Notes);
1877 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
1899 this, Notes);
1916 Eval->IsICE = Result && Notes.empty();
1939 SmallVector<PartialDiagnosticAt, 8> Notes; local
1940 evaluateValue(Notes);
3253 /// completeDefinition - Notes that the definition of this type is now
/external/dropbear/libtomcrypt/
H A Dcrypt.tex635 \subsection{Notes}
633 \\subsection{Notes} subsubsection

Completed in 906 milliseconds