Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h27 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N.
50 UseLineDirectives = 0; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp43 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon2d3463ca0111::InclusionRewriter
57 bool UseLineDirectives);
108 bool UseLineDirectives) in InclusionRewriter() argument
110 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()
122 if (UseLineDirectives) { in WriteLineInfo()
551 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp96 bool UseLineDirectives; member in __anond91e7fde0111::PrintPPOutputPPCallbacks
110 bool UseLineDirectives, bool MinimizeWhitespace, in PrintPPOutputPPCallbacks() argument
115 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks()
243 if (UseLineDirectives) { in WriteLineInfo()
984 Opts.ShowIncludeDirectives, Opts.UseLineDirectives, in DoPrintPreprocessedInput()
/freebsd/contrib/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.cpp1457 bool UseLineDirectives) const { in getPresumedLoc()
1492 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h392 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1474 bool UseLineDirectives = true) const;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2584 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,