Home
last modified time | relevance | path

Searched refs:isCommitable (Results 1 – 5 of 5) 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/Frontend/Rewrite/
H A DFixItRewriter.cpp176 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
/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.cpp1263 if (!commit.isCommitable()) in RewriteExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2466 if (!ECommit.isCommitable()) in applyCocoaAPICheck()