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

  /external/clang/lib/Edit/
Commit.cpp 41 Editor(&Editor), IsCommitable(true) { }
51 IsCommitable = false;
65 IsCommitable = false;
72 IsCommitable = false;
78 IsCommitable = false;
90 IsCommitable = false;
118 IsCommitable = false;
132 IsCommitable = false;
139 IsCommitable = false;
149 IsCommitable = false
    [all...]
  /external/clang/include/clang/Edit/
Commit.h 53 bool IsCommitable;
63 IsCommitable(true) { }
65 bool isCommitable() const { return IsCommitable; }

Completed in 661 milliseconds