HomeSort by relevance Sort by last modified time
    Searched refs:IncludeNewlines (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
PrettyPrinter.h 45 IncludeNewlines(true) { }
165 unsigned IncludeNewlines : 1;
  /external/clang/lib/AST/
StmtPrinter.cpp 321 if (Policy.IncludeNewlines) OS << "\n";
342 if (Policy.IncludeNewlines) OS << "\n";
349 if (Policy.IncludeNewlines) OS << "\n";
354 if (Policy.IncludeNewlines) OS << "\n";
359 if (Policy.IncludeNewlines) OS << "\n";
370 if (Policy.IncludeNewlines) OS << "\n";
434 if (Policy.IncludeNewlines) OS << "\n";
578 if (Policy.IncludeNewlines) OS << "\n";
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 194 milliseconds