Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DCommit.h68 bool isCommitable() const { return IsCommitable; } in isCommitable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp175 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp277 if (!commit.isCommitable()) in commit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp2463 if (!ECommit.isCommitable()) in applyCocoaAPICheck()