Home
last modified time | relevance | path

Searched refs:ShowLineMarkers (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h20 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable
34 ShowLineMarkers = 1; in PreprocessorOutputOptions()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp41 bool ShowLineMarkers; ///< Show #line markers. member in __anond719ad320111::InclusionRewriter
55 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers,
104 bool ShowLineMarkers, in InclusionRewriter() argument
107 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()
117 if (!ShowLineMarkers) in WriteLineInfo()
518 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp973 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp2089 bool ShowLineMarkers) { in ParseDependencyOutputArgs() argument
2108 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs()
4514 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td739 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;