Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1672 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; } in body_front() function
1691 const Stmt *body_front() const { in body_front() function