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

  /external/llvm/include/llvm/CodeGen/
DIE.h 629 typedef IntrusiveBackList<DIE>::const_iterator const_child_iterator; typedef in class:llvm::DIE
631 typedef iterator_range<const_child_iterator> const_child_range;
  /external/clang/include/clang/AST/
OpenMPClause.h 61 typedef ConstStmtIterator const_child_iterator; typedef in class:clang::OMPClause
63 typedef llvm::iterator_range<const_child_iterator> const_child_range;
    [all...]
Stmt.h 405 typedef ConstStmtIterator const_child_iterator; typedef
408 typedef llvm::iterator_range<const_child_iterator> const_child_range;
419 const_child_iterator child_begin() const { return children().begin(); }
420 const_child_iterator child_end() const { return children().end(); }
    [all...]

Completed in 726 milliseconds