Lines Matching defs:NamePrefix
52 : NamePrefix((CheckName + ".").str()), CheckOptions(CheckOptions),
58 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str());
59 const auto &Iter = CheckOptions.find((NamePrefix + LocalName).str());
72 StringRef NamePrefix, StringRef LocalName,
76 Collector->insert((NamePrefix + LocalName).str());
79 auto IterLocal = Options.find((NamePrefix + LocalName).str());
87 << LocalName << NamePrefix;
99 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName, Context);
122 if (auto Result = getAsBool(*ValueOr, NamePrefix + LocalName))
124 diagnoseBadBooleanOption(NamePrefix + LocalName, *ValueOr);
132 auto Iter = findPriorityOption(CheckOptions, NamePrefix, LocalName, Context);
144 Options[(NamePrefix + LocalName).str()] = Value;
171 Context->getOptionsCollector()->insert((NamePrefix + LocalName).str());
172 auto Iter = CheckGlobal ? findPriorityOption(CheckOptions, NamePrefix,
174 : CheckOptions.find((NamePrefix + LocalName).str());