Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3495 tooling::Replacements HeaderInsertions; in fixCppIncludeInsertions() local
3502 llvm::consumeError(HeaderInsertions.add(R)); in fixCppIncludeInsertions()
3513 if (HeaderInsertions.empty() && HeadersToDelete.empty()) in fixCppIncludeInsertions()
3534 for (const auto &R : HeaderInsertions) { in fixCppIncludeInsertions()