Searched refs:UseLineDirectives (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | PreprocessorOutputOptions.h | 27 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. 52 UseLineDirectives = 0; in PreprocessorOutputOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 43 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon7638e4020111::InclusionRewriter 57 bool UseLineDirectives); 109 bool UseLineDirectives) in InclusionRewriter() argument 111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter() 123 if (UseLineDirectives) { in WriteLineInfo() 553 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 97 bool UseLineDirectives; member in __anon881592160111::PrintPPOutputPPCallbacks 112 bool DumpEmbedDirectives, bool UseLineDirectives, in PrintPPOutputPPCallbacks() argument 119 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks() 258 if (UseLineDirectives) { in WriteLineInfo() 1093 Opts.UseLineDirectives, Opts.MinimizeWhitespace, Opts.DirectivesOnly, in DoPrintPreprocessedInput()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
|
| H A D | SourceManager.h | 1478 bool UseLineDirectives = true) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1472 bool UseLineDirectives) const { in getPresumedLoc() 1507 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2706 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
|