HomeSort by relevance Sort by last modified time
    Searched refs:ShowLineMarkers (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
PreprocessorOutputOptions.h 21 unsigned ShowLineMarkers : 1; ///< Show \#line markers.
31 ShowLineMarkers = 1;
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 43 bool ShowLineMarkers; ///< Show #line markers.
53 InclusionRewriter(Preprocessor &PP, raw_ostream &OS, bool ShowLineMarkers,
94 bool ShowLineMarkers,
97 PredefinesBuffer(nullptr), ShowLineMarkers(ShowLineMarkers),
108 if (!ShowLineMarkers)
580 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 733 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives);
CompilerInvocation.cpp     [all...]

Completed in 195 milliseconds