Lines Matching refs:keyword
15 syn keyword gnConditional if else
19 syn keyword gnPredefVar current_cpu current_os current_toolchain
20 syn keyword gnPredefVar default_toolchain host_cpu host_os
21 syn keyword gnPredefVar root_build_dir root_gen_dir root_out_dir
22 syn keyword gnPredefVar target_cpu target_gen_dir target_out_dir
23 syn keyword gnPredefVar target_os
24 syn keyword gnPredefVar true false
28 syn keyword gnTarget action action_foreach copy executable group
29 syn keyword gnTarget shared_library source_set static_library
30 syn keyword gnTarget loadable_module generated_file
31 syn keyword gnTarget rust_library rust_proc_macro
35 syn keyword gnFunctions assert config declare_args defined exec_script
36 syn keyword gnFunctions foreach get_label_info get_path_info
37 syn keyword gnFunctions get_target_outputs getenv import print
38 syn keyword gnFunctions process_file_template propagates_configs read_file
39 syn keyword gnFunctions rebase_path set_default_toolchain set_defaults
40 syn keyword gnFunctions split_list string_join string_split template tool
41 syn keyword gnFunctions toolchain toolchain_args write_file
45 syn keyword gnVariable all_dependent_configs allow_circular_includes_from
46 syn keyword gnVariable args arflags asmflags assert_no_deps
47 syn keyword gnVariable cflags cflags_c cflags_cc cflags_objc cflags_objcc
48 syn keyword gnVariable check_includes complete_static_lib configs
49 syn keyword gnVariable data data_deps data_keys defines depfile deps
50 syn keyword gnVariable framework_dirs frameworks include_dirs inputs ldflags
51 syn keyword gnVariable lib_dirs libs output_extension output_name outputs
52 syn keyword gnVariable public public_configs public_deps scripte sources
53 syn keyword gnVariable testonly visibility contents output_conversion rebase
54 syn keyword gnVariable walk_keys gen_deps mnemonic
64 syn keyword gnTodo contained TODO FIXME XXX BUG NOTE