HomeSort by: relevance | last modified time | path
    Searched defs:UseLineDirectives (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 45 bool UseLineDirectives; ///< Use of line directives or line markers.
59 bool UseLineDirectives);
109 bool UseLineDirectives)
111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives),
123 if (UseLineDirectives) {
540 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives);
InclusionRewriter.cpp 45 bool UseLineDirectives; ///< Use of line directives or line markers.
59 bool UseLineDirectives);
109 bool UseLineDirectives)
111 ShowLineMarkers(ShowLineMarkers), UseLineDirectives(UseLineDirectives),
123 if (UseLineDirectives) {
540 PP, *OS, Opts.ShowLineMarkers, Opts.UseLineDirectives);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 96 bool UseLineDirectives;
101 bool UseLineDirectives)
105 UseLineDirectives(UseLineDirectives) {
193 if (UseLineDirectives) {
873 Opts.ShowIncludeDirectives, Opts.UseLineDirectives);
PrintPreprocessedOutput.cpp 96 bool UseLineDirectives;
101 bool UseLineDirectives)
105 UseLineDirectives(UseLineDirectives) {
193 if (UseLineDirectives) {
873 Opts.ShowIncludeDirectives, Opts.UseLineDirectives);

Completed in 150 milliseconds