Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h21 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable
35 UseLineDirectives = 0; in PreprocessorOutputOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp43 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anone0546db90111::InclusionRewriter
57 bool UseLineDirectives);
106 bool UseLineDirectives) in InclusionRewriter() argument
108 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()
120 if (UseLineDirectives) { in WriteLineInfo()
522 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp96 bool UseLineDirectives; member in __anon5785420d0111::PrintPPOutputPPCallbacks
107 bool UseLineDirectives, bool MinimizeWhitespace, in PrintPPOutputPPCallbacks() argument
112 UseLineDirectives(UseLineDirectives), in PrintPPOutputPPCallbacks()
237 if (UseLineDirectives) { in WriteLineInfo()
968 Opts.ShowIncludeDirectives, Opts.UseLineDirectives, in DoPrintPreprocessedInput()
/openbsd-src/gnu/llvm/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.cpp1523 bool UseLineDirectives) const { in getPresumedLoc()
1558 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h392 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1452 bool UseLineDirectives = true) const;
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2000 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,