Searched refs:ExistingIncludes (Results 1 – 1 of 1) sorted by relevance
1539 std::set<StringRef> ExistingIncludes; in fixCppIncludeInsertions() local1544 ExistingIncludes.insert(IncludeName); in fixCppIncludeInsertions()1580 if (ExistingIncludes.find(IncludeName) != ExistingIncludes.end()) { in fixCppIncludeInsertions()