Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h584 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; } in body_front() function
600 const Stmt *body_front() const { in body_front() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1434 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; } in body_front() function
1453 const Stmt *body_front() const { in body_front() function