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

  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 295 unsigned NumStmts = 0;
298 for (; NumStmts < 3; ++NumStmts) {
299 if (I + 1 + NumStmts == E)
301 const AnnotatedLine *Line = I[1 + NumStmts];
310 Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
312 if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
314 return NumStmts;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 134 unsigned NumStmts = Record[Idx++];
135 while (NumStmts--)
    [all...]

Completed in 656 milliseconds