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

/external/clang/include/clang/Edit/
H A DCommit.h53 bool IsCommitable; member in class:clang::edit::Commit
63 IsCommitable(true) { }
65 bool isCommitable() const { return IsCommitable; }

Completed in 95 milliseconds