Searched refs:UseLineDirectives (Results 1 – 8 of 8) sorted by relevance
21 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable33 UseLineDirectives = 0; in PreprocessorOutputOptions()
45 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon322bb26d0111::InclusionRewriter59 bool UseLineDirectives);109 bool UseLineDirectives) in InclusionRewriter() argument111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()123 if (UseLineDirectives) { in WriteLineInfo()540 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
96 bool UseLineDirectives; member in __anonc99bc9c10111::PrintPPOutputPPCallbacks101 bool UseLineDirectives) in PrintPPOutputPPCallbacks() argument105 UseLineDirectives(UseLineDirectives) { in PrintPPOutputPPCallbacks()193 if (UseLineDirectives) { in WriteLineInfo()873 Opts.ShowIncludeDirectives, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
1517 bool UseLineDirectives) const { in getPresumedLoc()1552 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
1439 bool UseLineDirectives = true) const;
1777 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,