Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2736 tooling::Replacements HeaderInsertions; in fixCppIncludeInsertions() local
2743 llvm::consumeError(HeaderInsertions.add(R)); in fixCppIncludeInsertions()
2754 if (HeaderInsertions.empty() && HeadersToDelete.empty()) in fixCppIncludeInsertions()
2776 for (const auto &R : HeaderInsertions) { in fixCppIncludeInsertions()