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.
49 ShowLineMarkers = 1; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp42 bool ShowLineMarkers; ///< Show #line markers. member in __anon2d3463ca0111::InclusionRewriter
56 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers,
107 bool ShowLineMarkers, in InclusionRewriter() argument
110 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()
120 if (!ShowLineMarkers) in WriteLineInfo()
551 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp983 PP, OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp2195 bool ShowLineMarkers) { in ParseDependencyOutputArgs() argument
2208 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs()
4652 Res.getPreprocessorOutputOpts().ShowLineMarkers); in CreateFromArgsImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td879 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;