Searched refs:ShowLineMarkers (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | PreprocessorOutputOptions.h | 21 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable 31 ShowLineMarkers = 1; in PreprocessorOutputOptions()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 43 bool ShowLineMarkers; ///< Show #line markers. member in __anon36495c830111::InclusionRewriter 53 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers, 94 bool ShowLineMarkers, in InclusionRewriter() argument 97 PredefinesBuffer(nullptr), ShowLineMarkers(ShowLineMarkers), in InclusionRewriter() 108 if (!ShowLineMarkers) in WriteLineInfo() 582 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 754 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
|
D | CompilerInvocation.cpp | 2274 Opts.ShowLineMarkers = !Args.hasArg(OPT_P); in ParsePreprocessorOutputArgs()
|