Lines Matching refs:DC
37 void get(const ThreadsafeFS &TFS, DiagnosticCallback DC, in get() argument
45 for (auto &Fragment : Fragment::parseYAML(*Data, path(), DC)) { in get()
48 CachedValue.push_back(std::move(Fragment).compile(DC)); in get()
65 getFragments(const Params &P, DiagnosticCallback DC) const override { in fromYAMLFile()
67 Cache.get(FS, DC, P.FreshTime, Trusted, Result); in fromYAMLFile()
97 getFragments(const Params &P, DiagnosticCallback DC) const override { in fromAncestorRelativeYAMLFiles()
130 Cache->get(FS, DC, P.FreshTime, Trusted, Result); in fromAncestorRelativeYAMLFiles()
151 getFragments(const Params &P, DiagnosticCallback DC) const override { in combine()
154 for (auto &Fragment : Provider->getFragments(P, DC)) in combine()
168 Config Provider::getConfig(const Params &P, DiagnosticCallback DC) const { in getConfig()
173 for (const auto &Fragment : getFragments(P, DC)) in getConfig()