Home
last modified time | relevance | path

Searched defs:body_empty (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h575 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1425 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function