Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1539 std::set<StringRef> ExistingIncludes; in fixCppIncludeInsertions() local
1544 ExistingIncludes.insert(IncludeName); in fixCppIncludeInsertions()
1580 if (ExistingIncludes.find(IncludeName) != ExistingIncludes.end()) { in fixCppIncludeInsertions()