HomeSort by relevance Sort by last modified time
    Searched refs:const_child_range (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
DIE.h 650 typedef iterator_range<const_child_iterator> const_child_range; typedef in class:llvm::DIE
655 const_child_range children() const {
  /external/clang/include/clang/AST/
Stmt.h 396 typedef llvm::iterator_range<const_child_iterator> const_child_range; typedef
399 const_child_range children() const {
401 return const_child_range(Children.begin(), Children.end());
629 const_child_range children() const {
630 return const_child_range(child_iterator(Body),
    [all...]
OpenMPClause.h 63 typedef llvm::iterator_range<const_child_iterator> const_child_range; typedef in class:clang::OMPClause
66 const_child_range children() const {
68 return const_child_range(Children.begin(), Children.end());
    [all...]

Completed in 225 milliseconds