Lines Matching +refs:clang +refs:completion +refs:mode

1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===//
10 // This file defines the options accepted by clang -cc1 and clang -cc1as.
89 def analyzer_inlining_mode : Separate<["-"], "analyzer-inlining-mode">,
91 def analyzer_inlining_mode_EQ : Joined<["-"], "analyzer-inlining-mode=">, Alias<analyzer_inlining_m…
127 HelpText<"Do not remove finalize method in gc mode">;
174 HelpText<"Generate debug info with external references to clang modules"
336 def code_completion_at : Separate<["-"], "code-completion-at">,
338 HelpText<"Dump code-completion information at a location">;
342 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">,
344 def code_completion_macros : Flag<["-"], "code-completion-macros">,
345 HelpText<"Include macros in code-completion results">;
346 def code_completion_patterns : Flag<["-"], "code-completion-patterns">,
347 HelpText<"Include code patterns in code-completion results">;
348 def no_code_completion_globals : Flag<["-"], "no-code-completion-globals">,
349 HelpText<"Do not include global declarations in code-completion results.">;
350 def code_completion_brief_comments : Flag<["-"], "code-completion-brief-comments">,
351 HelpText<"Include brief documentation comments in code-completion results.">;
393 HelpText<"Select the container format for clang modules and PCH. "
407 HelpText<"Lex file in raw mode and dump raw tokens">;
566 HelpText<"Set the mode for address space map based mangling; OpenCL testing purposes only">;
581 def vtordisp_mode_EQ : Joined<["-"], "vtordisp-mode=">,
701 HelpText<"Show instruction encoding information in transliterate mode">;
703 HelpText<"Show internal instruction representation in transliterate mode">;