HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 51 - 75 of 377) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 26 class Commit;
66 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
EditedSource.h 26 class Commit;
68 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
EditedSource.h 26 class Commit;
68 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
EditedSource.h 27 class Commit;
79 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
EditedSource.h 27 class Commit;
79 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
EditedSource.h 27 class Commit;
79 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
EditedSource.h 27 class Commit;
79 bool commit(const Commit &commit);
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /external/clang/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Commit.h 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===//
25 class Commit {
59 explicit Commit(EditedSource &Editor);
60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 20 #include "clang/Edit/Commit.h"
60 const NSAPI &NS, Commit &commit) {
86 commit.replaceWithInner(Msg->getSourceRange(),
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) {
177 commit.insertWrap("(", RecRange, ")");
182 Commit &commit) {
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin()
    [all...]
  /external/libvpx/
update_libvpx.sh 42 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.android | awk '{ print $2 }')"
60 # Get the current commit hash.
68 echo "Commit: $hash"
72 # Commit message header.
73 echo "Commit message:"
78 # Output the current commit hash.
107 # Commit message footer.
  /external/skia/src/utils/win/
SkIStream.h 58 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
128 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);

Completed in 471 milliseconds

1 23 4 5 6 7 8 91011>>