Searched refs:UseLineDirectives (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 42 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anond719ad320111::InclusionRewriter 56 bool UseLineDirectives); 105 bool UseLineDirectives) in InclusionRewriter() argument 107 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter() 119 if (UseLineDirectives) { in WriteLineInfo() 518 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 96 bool UseLineDirectives; member in __anon46d24f460111::PrintPPOutputPPCallbacks 107 bool UseLineDirectives, bool MinimizeWhitespace, in PrintPPOutputPPCallbacks() argument 112 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks() 237 if (UseLineDirectives) { in WriteLineInfo() 974 Opts.ShowIncludeDirectives, Opts.UseLineDirectives, in DoPrintPreprocessedInput()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() 183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
|
| H A D | SourceManager.cpp | 1514 bool UseLineDirectives) const { in getPresumedLoc() 1549 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 392 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
|
| H A D | SourceManager.h | 1447 bool UseLineDirectives = true) const;
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1952 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
|