Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDIE.h631 typedef iterator_range<const_child_iterator> const_child_range; typedef
636 const_child_range children() const { in children()
/external/clang/include/clang/AST/
DStmt.h408 typedef llvm::iterator_range<const_child_iterator> const_child_range; in LLVM_ALIGNAS() typedef
411 const_child_range children() const { in LLVM_ALIGNAS()
413 return const_child_range(Children.begin(), Children.end()); in LLVM_ALIGNAS()
641 const_child_range children() const { in children()
642 return const_child_range(child_iterator(Body), in children()
DOpenMPClause.h63 typedef llvm::iterator_range<const_child_iterator> const_child_range; typedef
66 const_child_range children() const { in children()
68 return const_child_range(Children.begin(), Children.end()); in children()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h708 using const_child_range = iterator_range<const_child_iterator>; variable
713 const_child_range children() const { in children()