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

  /external/llvm/tools/llvm-diff/
DiffLog.h 72 unsigned getNumLines() const;
DiffLog.cpp 46 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); }
DiffConsumer.cpp 188 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) {
  /external/clang/include/clang/Frontend/
ASTUnit.h 190 unsigned getNumLines() const {

Completed in 605 milliseconds