Searched refs:ShowLineMarkers (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PreprocessorOutputOptions.h | 25 unsigned ShowLineMarkers : 1; ///< Show \#line markers. 51 ShowLineMarkers = 1; in PreprocessorOutputOptions()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 42 bool ShowLineMarkers; ///< Show #line markers. member in __anon7638e4020111::InclusionRewriter 56 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers, 108 bool ShowLineMarkers, in InclusionRewriter() argument 111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter() 121 if (!ShowLineMarkers) in WriteLineInfo() 553 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 1091 PP, OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
|
H A D | CompilerInvocation.cpp | 2268 bool ShowLineMarkers) { in ParseDependencyOutputArgs() argument 2281 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs() 4861 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 942 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;
|