Searched refs:CustomLangOptsSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2290 static std::set<std::string> CustomLangOptsSet; local
2291 std::set<std::string>::iterator I = CustomLangOptsSet.find(FnName);
2292 if (I != CustomLangOptsSet.end())
2303 CustomLangOptsSet.insert(FnName);

Completed in 357 milliseconds