Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h68 bool isCommitable() const { return IsCommitable; } in isCommitable() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp175 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
/freebsd-13.1/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp277 if (!commit.isCommitable()) in commit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1288 if (!commit.isCommitable()) in RewriteExpression()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2463 if (!ECommit.isCommitable()) in applyCocoaAPICheck()