Lines Matching refs:FullName
51 Out << FullName << " (" << toString(State) << (IsHidden ? ", hidden" : "") in dumpToStream()
61 Out << " " << Dependency->FullName << '\n'; in dumpToStream()
65 Out << " " << Dependency->FullName << '\n'; in dumpToStream()
72 Out << FullName << "\n"; in dumpToStream()
85 if (!Checker.FullName.startswith(PackageName)) in isInPackage()
89 if (Checker.FullName.size() == PackageName.size()) in isInPackage()
93 if (Checker.FullName[PackageName.size()] == PackageSeparator) in isInPackage()
134 size_t NameLength = Checker.FullName.size(); in printCheckerWithDescList()
143 AnalyzerOptions::printFormattedEntry(Out, {Checker.FullName, Description}, in printCheckerWithDescList()
161 if (Checker.FullName.startswith("alpha")) { in printCheckerWithDescList()
175 Out << i->FullName << '\n'; in printEnabledCheckerList()
192 OptionMap.insert({Checker.FullName, Option}); in printCheckerOptionList()
198 OptionMap.insert({Package.FullName, Option}); in printCheckerOptionList()