Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h68 bool isCommitable() const { return IsCommitable; } in isCommitable() function
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp277 if (!commit.isCommitable()) in commit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1266 if (!commit.isCommitable()) in RewriteExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2475 if (!ECommit.isCommitable()) in applyCocoaAPICheck()