Home
last modified time | relevance | path

Searched refs:inputs_const_range (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1487 typedef llvm::iterator_range<const_inputs_iterator> inputs_const_range; typedef
1507 inputs_const_range inputs() const { in inputs()
1508 return inputs_const_range(begin_inputs(), end_inputs()); in inputs()