Home
last modified time | relevance | path

Searched defs:child_begin (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h277 child_iterator child_begin() const { return nullptr; } in child_begin() function
336 child_iterator child_begin() const { return nullptr; } in child_begin() function
468 child_iterator child_begin() const { return nullptr; } in child_begin() function
523 child_iterator child_begin() const { return nullptr; } in child_begin() function
572 child_iterator child_begin() const { in child_begin() function
642 child_iterator child_begin() const { in child_begin() function
879 child_iterator child_begin() const { return nullptr; } in child_begin() function
910 child_iterator child_begin() const { in child_begin() function
966 child_iterator child_begin() const { return nullptr; } in child_begin() function
1111 child_iterator child_begin() const { in child_begin() function
H A DStmt.h1256 child_iterator child_begin() { return children().begin(); } in child_begin() function
1259 const_child_iterator child_begin() const { return children().begin(); } in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominators.h254 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp99 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp82 Comment::child_iterator Comment::child_begin() const { in child_begin() function in clang::comments::Comment
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp110 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
H A DBlockFrequencyInfoImpl.cpp689 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } in child_begin() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp496 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h180 iterator child_begin() { return iterator(Deps.begin(), &DepGetVal); } in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchive.cpp771 Archive::child_iterator Archive::child_begin(Error &Err, in child_begin() function in Archive
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp138 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp438 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } in child_begin() function
H A DAttributor.cpp2494 static ChildIteratorType child_begin(NodeRef N) { return N->child_begin(); } in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2091 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2484 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function