Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h22 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable
34 UseLineDirectives = 0; in PreprocessorOutputOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp46 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon634709f10111::InclusionRewriter
58 bool UseLineDirectives);
107 bool UseLineDirectives) in InclusionRewriter() argument
110 UseLineDirectives(UseLineDirectives), in InclusionRewriter()
122 if (UseLineDirectives) { in WriteLineInfo()
609 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp97 bool UseLineDirectives; member in __anon763370450111::PrintPPOutputPPCallbacks
102 bool UseLineDirectives) in PrintPPOutputPPCallbacks() argument
106 UseLineDirectives(UseLineDirectives) { in PrintPPOutputPPCallbacks()
192 if (UseLineDirectives) { in WriteLineInfo()
844 Opts.ShowIncludeDirectives, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp3184 Opts.UseLineDirectives = Args.hasArg(OPT_fuse_line_directives); in ParsePreprocessorOutputArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp161 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()
165 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
H A DSourceManager.cpp1415 bool UseLineDirectives) const { in getPresumedLoc()
1449 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h367 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1405 bool UseLineDirectives = true) const;