HomeSort by relevance Sort by last modified time
    Searched defs:Notes (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Notes;
39 const_iterator note_begin() const { return Notes.begin(); }
40 const_iterator note_end() const { return Notes.end(); }
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 36 * Notes table contract
38 public static final class Notes implements BaseColumns {
41 private Notes() {}
46 public static final String TABLE_NAME = "notes";
62 * Path part for the Notes URI
64 private static final String PATH_NOTES = "/notes";
69 private static final String PATH_NOTE_ID = "/notes/";
79 private static final String PATH_LIVE_FOLDER = "/live_folders/notes";
101 * The content Uri pattern for a notes listing for live folders
111 * The MIME type of {@link #CONTENT_URI} providing a directory of notes
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 160 DirectiveList Notes;
163 DirectiveList* Lists[] = { &Errors, &Warnings, &Notes, 0 };
265 DL = &ED.Notes;
365 // Find all expected errors/warnings/notes.
491 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 666 const OptionalNotes &Notes = I->second;
667 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
668 S.Diag(Notes[NoteI].first, Notes[NoteI].second);
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ExprConstant.cpp 25 // * A set of notes indicating why the evaluation was not a constant expression
382 /// notes attached to it will also be stored, otherwise they will not be.
445 /// Add notes containing a call stack to the current point of evaluation.
506 /// Add a stack of notes to a prior diagnostic.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 635 \subsection{Notes}
    [all...]

Completed in 253 milliseconds