Searched refs:ShowLineMarkers (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/Frontend/ |
D | PreprocessorOutputOptions.h | 20 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable 32 ShowLineMarkers = 1; in PreprocessorOutputOptions()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 44 bool ShowLineMarkers; ///< Show #line markers. member in __anonbdf3a7190111::InclusionRewriter 58 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() 540 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 43 bool ShowLineMarkers; ///< Show #line markers. member in __anoncc6c566b0111::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()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 872 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
|
D | CompilerInvocation.cpp | 3735 Opts.ShowLineMarkers = !Args.hasArg(OPT_P); in ParsePreprocessorOutputArgs()
|