Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h21 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable
31 ShowLineMarkers = 1; in PreprocessorOutputOptions()
/external/llvm-project/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h20 unsigned ShowLineMarkers : 1; ///< Show \#line markers. variable
32 ShowLineMarkers = 1; in PreprocessorOutputOptions()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp44 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/
DInclusionRewriter.cpp43 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/
DPrintPreprocessedOutput.cpp754 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
DCompilerInvocation.cpp2274 Opts.ShowLineMarkers = !Args.hasArg(OPT_P); in ParsePreprocessorOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp872 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, in DoPrintPreprocessedInput()
DCompilerInvocation.cpp3735 Opts.ShowLineMarkers = !Args.hasArg(OPT_P); in ParsePreprocessorOutputArgs()