Home
last modified time | relevance | path

Searched refs:UseLineDirectives (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h21 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 DInclusionRewriter.cpp42 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 DPrintPreprocessedOutput.cpp96 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 DSourceLocation.cpp179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()
183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
H A DSourceManager.cpp1514 bool UseLineDirectives) const { in getPresumedLoc()
1549 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceLocation.h392 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1447 bool UseLineDirectives = true) const;
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1952 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,