Searched refs:getOptionsCollector (Results 1 – 2 of 2) sorted by relevance
56 if (Context->getOptionsCollector()) in get()57 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str()); in get()86 Context->getOptionsCollector()); in getLocalOrGlobal()120 Context->getOptionsCollector()); in getLocalOrGlobal()151 if (!CheckGlobal && Context->getOptionsCollector()) in getEnumInt()152 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str()); in getEnumInt()155 Context->getOptionsCollector()) in getEnumInt()
208 llvm::StringSet<> *getOptionsCollector() const { return OptionsCollector; } in getOptionsCollector() function