Home
last modified time | relevance | path

Searched refs:IsCommitable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h57 bool IsCommitable = true; variable
68 bool isCommitable() const { return IsCommitable; } in isCommitable()