Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h25 unsigned ShowLineMarkers : 1; ///< Show \#line markers.
51 ShowLineMarkers = 1; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp42 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 DPrintPreprocessedOutput.cpp1091 PP, OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp2268 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 DOptions.td942 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;