Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2067 tooling::Replacements HeaderInsertions; in fixCppIncludeInsertions() local
2074 llvm::consumeError(HeaderInsertions.add(R)); in fixCppIncludeInsertions()
2085 if (HeaderInsertions.empty() && HeadersToDelete.empty()) in fixCppIncludeInsertions()
2108 for (const auto &R : HeaderInsertions) { in fixCppIncludeInsertions()