Searched defs:set_i (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp606 std::set<std::string>::iterator set_i = unique_set.find(i); local
607 if (set_i != unique_set.end()) {
609 unique_set.erase(set_i);

Completed in 77 milliseconds