Searched refs:UseLineDirectives (Results 1 – 8 of 8) sorted by relevance
/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()
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 43 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anone1e2df550111::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()
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 97 bool UseLineDirectives; member in __anonf0529ca90111::PrintPPOutputPPCallbacks 112 bool DumpEmbedDirectives, bool UseLineDirectives, in PrintPPOutputPPCallbacks() argument 119 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks() 258 if (UseLineDirectives) { in WriteLineInfo() 1092 Opts.UseLineDirectives, Opts.MinimizeWhitespace, Opts.DirectivesOnly, in DoPrintPreprocessedInput()
|
/llvm-project/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 | 1487 bool UseLineDirectives) const { in getPresumedLoc() 1522 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
|
/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;
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2784 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
|