Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h582 body_iterator body_begin() { return Body; } in body_begin() function
598 const_body_iterator body_begin() const { return Body; } in body_begin() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1432 body_iterator body_begin() { return getTrailingObjects<Stmt *>(); } in body_begin() function
1447 const_body_iterator body_begin() const { in body_begin() function