Home
last modified time | relevance | path

Searched refs:UseLineDirectives (Results 1 – 6 of 6) 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/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp44 bool UseLineDirectives; ///< Use of line directives or line markers. member in __anon36495c830111::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 __anon74fbf6570111::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/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;