OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompoundStmtBits
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Stmt.h
198
CompoundStmtBitfields
CompoundStmtBits
;
451
CompoundStmtBits
.NumStmts = NumStmts;
452
assert(
CompoundStmtBits
.NumStmts == NumStmts &&
453
"NumStmts doesn't fit in bits of
CompoundStmtBits
.NumStmts!");
467
CompoundStmtBits
.NumStmts = 0;
472
bool body_empty() const { return
CompoundStmtBits
.NumStmts == 0; }
473
unsigned size() const { return
CompoundStmtBits
.NumStmts; }
525
return child_range(&Body[0], &Body[0]+
CompoundStmtBits
.NumStmts);
[
all
...]
/external/clang/lib/AST/
Stmt.cpp
170
this->
CompoundStmtBits
.NumStmts = NumStmts;
Completed in 14 milliseconds