Searched refs:ShowLineMarkers (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | PreprocessorOutputOptions.h | 20 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable 34 ShowLineMarkers = 1; in PreprocessorOutputOptions()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 41 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 D | PrintPreprocessedOutput.cpp | 973 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
|
| H A D | CompilerInvocation.cpp | 2089 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 D | Options.td | 739 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;
|