Lines Matching full:select
22 "%select{precompiled header|module file|AST file}1 '%2' was built"
23 ": %select{size|mtime|content}3 changed%select{| (was %5, now %6)}4">,
36 "%select{AST file was|current translation unit is}0 compiled with the target "
37 "feature '%1' but the %select{current translation unit is|AST file was}0 "
39 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in "
40 "PCH file but is currently %select{disabled|enabled}2">;
50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS overlays:\n%1">;
51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">;
65 "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal;
67 "%select{PCH|module|AST}0 file '%1' is out of date and "
68 "needs to be rebuilt%select{|: %3}2">, DefaultFatal;
70 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file: %2">, DefaultFatal;
72 "imported by %select{|module '%2' in }1'%0'">;
82 "importing module '%0'%select{| into '%3'}2 from '%1'">,
87 "module '%0' in AST file '%1' %select{(imported by AST file '%2') |}4"
93 "module '%0' %select{in|imported by}4 AST file '%1' found in a different module map file"
99 "module '%0' %select{uses|does not use}1 additional module map '%2'"
100 "%select{| not}1 used when the module was built">;
103 "macro '%0' was %select{defined|undef'd}1 in the precompiled header but "
104 "%select{undef'd|defined}1 on the command line">;
109 "%select{command line contains|precompiled header was built with}0 "
110 "'-undef' but %select{precompiled header was not built with it|"
113 "%select{command line contains|precompiled header was built with}0 "
114 "'-detailed-preprocessing-record' but %select{precompiled header was not "
119 "%select{ in module '%4'| provided earlier}3">, NoSFINAE;
143 "%select{precompiled header|module}0 uses __DATE__ or __TIME__">,
146 "cannot emit module %0: %select{size|mtime}1 must be explicitly specified "