Searched refs:UseLineDirectives (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | PreprocessorOutputOptions.h | 21 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable 35 UseLineDirectives = 0; in PreprocessorOutputOptions()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 43 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anone0546db90111::InclusionRewriter 57 bool UseLineDirectives); 106 bool UseLineDirectives) in InclusionRewriter() argument 108 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter() 120 if (UseLineDirectives) { in WriteLineInfo() 522 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 96 bool UseLineDirectives; member in __anon5785420d0111::PrintPPOutputPPCallbacks 107 bool UseLineDirectives, bool MinimizeWhitespace, in PrintPPOutputPPCallbacks() argument 112 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks() 237 if (UseLineDirectives) { in WriteLineInfo() 968 Opts.ShowIncludeDirectives, Opts.UseLineDirectives, in DoPrintPreprocessedInput()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 183 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() 187 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
|
| H A D | SourceManager.cpp | 1523 bool UseLineDirectives) const { in getPresumedLoc() 1558 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 392 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
|
| H A D | SourceManager.h | 1452 bool UseLineDirectives = true) const;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2000 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
|