Searched refs:UseLineDirectives (Results 1 – 6 of 6) sorted by relevance
22 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable32 UseLineDirectives = 0; in PreprocessorOutputOptions()
44 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon3c1c130d0111::InclusionRewriter54 bool UseLineDirectives);95 bool UseLineDirectives) in InclusionRewriter() argument98 UseLineDirectives(UseLineDirectives), in InclusionRewriter()110 if (UseLineDirectives) { in WriteLineInfo()582 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
96 bool UseLineDirectives; member in __anon8cbb82610111::PrintPPOutputPPCallbacks100 bool defines, bool UseLineDirectives) in PrintPPOutputPPCallbacks() argument103 UseLineDirectives(UseLineDirectives) { in PrintPPOutputPPCallbacks()182 if (UseLineDirectives) { in WriteLineInfo()754 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
2278 Opts.UseLineDirectives = Args.hasArg(OPT_fuse_line_directives); in ParsePreprocessorOutputArgs()
1457 bool UseLineDirectives) const { in getPresumedLoc()1491 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
1323 bool UseLineDirectives = true) const;