Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dcommand_outputs.cc87 UniqueVector<const Config*> config_matches; in RunOutputs() local
91 &config_matches, &toolchain_matches, in RunOutputs()
H A Dcommand_ls.cc81 UniqueVector<const Config*> config_matches; variable
85 &target_matches, &config_matches,
H A Dcommand_desc.cc644 UniqueVector<const Config*> config_matches; in RunDesc() local
653 &target_matches, &config_matches, &toolchain_matches, &file_matches)) in RunDesc()
662 if (target_matches.empty() && config_matches.empty()) { in RunDesc()
681 } else if (!config_matches.empty()) { in RunDesc()
682 for (const auto* config : config_matches) { in RunDesc()
694 bool multiple_outputs = (target_matches.size() + config_matches.size()) > 1; in RunDesc()
708 for (const Config* config : config_matches) { in RunDesc()
H A Dcommand_refs.cc385 UniqueVector<const Config*> config_matches; variable
389 &target_matches, &config_matches,
410 for (auto* config : config_matches) {
422 if (!quiet && config_matches.empty() && explicit_target_matches.empty() &&
H A Dcommand_check.cc209 UniqueVector<const Config*> config_matches; in RunCheck() local
213 &target_matches, &config_matches, in RunCheck()
H A Dcommands.cc82 UniqueVector<const Config*>* config_matches, in ResolveStringFromCommandLineInput()
118 config_matches->push_back(as_config); in ResolveStringFromCommandLineInput()
598 UniqueVector<const Config*>* config_matches, in ResolveFromCommandLineInput()
612 config_matches, toolchain_matches, file_matches)) in ResolveFromCommandLineInput()
76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument
593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument
H A Dcommands.h274 UniqueVector<const Config*>* config_matches,

Completed in 6 milliseconds