Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1500 tooling::Replacements HeaderInsertions; in fixCppIncludeInsertions() local
1503 HeaderInsertions.insert(R); in fixCppIncludeInsertions()
1509 if (HeaderInsertions.empty()) in fixCppIncludeInsertions()
1513 HeaderInsertions.begin(), HeaderInsertions.end(), in fixCppIncludeInsertions()
1573 for (const auto &R : HeaderInsertions) { in fixCppIncludeInsertions()