Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h592 typedef Stmt* const * const_body_iterator; typedef
/external/llvm-project/clang/include/clang/AST/
DStmt.h1440 using const_body_iterator = Stmt *const *; variable