HomeSort by relevance Sort by last modified time
    Searched full:uselinedirective (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 97 bool UseLineDirective;
114 UseLineDirective = PP.getLangOpts().MicrosoftExt;
191 if (UseLineDirective) {
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 45 bool UseLineDirective; ///< Use of line directives or line markers.
100 UseLineDirective = PP.getLangOpts().MicrosoftExt;
112 if (UseLineDirective) {

Completed in 137 milliseconds