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

  /external/llvm/include/llvm/CodeGen/
DIE.h 631 typedef iterator_range<const_child_iterator> const_child_range; typedef in class:llvm::DIE
636 const_child_range children() const {
  /external/clang/include/clang/AST/
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...]
Stmt.h 408 typedef llvm::iterator_range<const_child_iterator> const_child_range; typedef
411 const_child_range children() const {
413 return const_child_range(Children.begin(), Children.end());
641 const_child_range children() const {
642 return const_child_range(child_iterator(Body),
    [all...]

Completed in 192 milliseconds