Home
last modified time | relevance | path

Searched defs:NumStmts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp514 unsigned NumStmts = 0; in tryMergeShortCaseLabels() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp387 unsigned NumStmts) { in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp155 unsigned NumStmts = Record.readInt(); in VisitCompoundStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h130 unsigned NumStmts : 32 - NumStmtBits; variable