Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h22 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable
32 UseLineDirectives = 0; in PreprocessorOutputOptions()
/external/llvm-project/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h21 unsigned UseLineDirectives : 1; ///< Use \#line instead of GCC-style \# N. variable
33 UseLineDirectives = 0; in PreprocessorOutputOptions()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp45 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anonbdf3a7190111::InclusionRewriter
59 bool UseLineDirectives);
109 bool UseLineDirectives) in InclusionRewriter() argument
111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives), in InclusionRewriter()
123 if (UseLineDirectives) { in WriteLineInfo()
540 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp44 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anoncc6c566b0111::InclusionRewriter
54 bool UseLineDirectives);
95 bool UseLineDirectives) in InclusionRewriter() argument
98 UseLineDirectives(UseLineDirectives), in InclusionRewriter()
110 if (UseLineDirectives) { in WriteLineInfo()
582 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives); in RewriteIncludesInInput()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp96 bool UseLineDirectives; member in __anon6ac7563f0111::PrintPPOutputPPCallbacks
100 bool defines, bool UseLineDirectives) in PrintPPOutputPPCallbacks() argument
103 UseLineDirectives(UseLineDirectives) { in PrintPPOutputPPCallbacks()
182 if (UseLineDirectives) { in WriteLineInfo()
754 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
DCompilerInvocation.cpp2278 Opts.UseLineDirectives = Args.hasArg(OPT_fuse_line_directives); in ParsePreprocessorOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp96 bool UseLineDirectives; member in __anon3f46a36d0111::PrintPPOutputPPCallbacks
101 bool UseLineDirectives) in PrintPPOutputPPCallbacks() argument
105 UseLineDirectives(UseLineDirectives) { in PrintPPOutputPPCallbacks()
193 if (UseLineDirectives) { in WriteLineInfo()
873 Opts.ShowIncludeDirectives, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
DCompilerInvocation.cpp3741 Opts.UseLineDirectives = Args.hasArg(OPT_fuse_line_directives); in ParsePreprocessorOutputArgs()
/external/llvm-project/clang/lib/Basic/
DSourceLocation.cpp171 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()
175 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
DSourceManager.cpp1463 bool UseLineDirectives) const { in getPresumedLoc()
1498 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
DSourceManager.h1431 bool UseLineDirectives = true) const;
/external/clang/lib/Basic/
DSourceManager.cpp1457 bool UseLineDirectives) const { in getPresumedLoc()
1491 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
/external/clang/include/clang/Basic/
DSourceManager.h1323 bool UseLineDirectives = true) const;