Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h27 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N.
52 UseLineDirectives = 0; in PreprocessorOutputOptions()
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp43 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 DPrintPreprocessedOutput.cpp97 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 DSourceLocation.cpp183 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()
187 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
H A DSourceManager.cpp1487 bool UseLineDirectives) const { in getPresumedLoc()
1522 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1478 bool UseLineDirectives = true) const;
/llvm-project/clang/include/clang/Driver/
H A DOptions.td2784 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,