Searched defs:child_begin (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/include/clang/AST/
H A DStmtGraphTraits.h34 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
H A DComment.h228 child_iterator child_begin() const;
234 return child_end() - child_begin();
281 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::TextComment
339 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::InlineCommandComment
472 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLStartTagComment
527 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLEndTagComment
576 child_iterator child_begin() const { function in class:clang::comments::ParagraphComment
646 child_iterator child_begin() const { function in class:clang::comments::BlockCommandComment
883 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
914 child_iterator child_begin() cons function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
970 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1115 child_iterator child_begin() const { function in class:clang::comments::ParamCommandComment::FullComment
[all...]
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h36 // static ChildIteratorType child_begin(NodeType *)
95 static ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
96 return GraphTraits<T>::child_begin(N);
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp220 /// child_begin - Return an iterator pointing to the first child of the given
222 static ChildIterator child_begin(NodeType *Parent) {
238 static inline ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
239 return Graph<N>::child_begin(Node);
/external/clang/lib/AST/
H A DComment.cpp58 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \
69 Comment::child_iterator Comment::child_begin() const { function in class:clang::comments::Comment
75 return static_cast<const CLASS *>(this)->child_begin();
107 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
/external/llvm/include/llvm/Analysis/
H A DInterval.h128 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
140 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DCallGraph.h409 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
424 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
H A DLazyCallGraph.h520 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
528 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
H A DLoopInfo.h157 BlockTraits::child_begin(BB),
173 InvBlockTraits::child_begin(H),
240 InvBlockTraits::child_begin(H),
758 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
771 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h188 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
H A DMachineLoopInfo.h168 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
181 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h708 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
721 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
741 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
755 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h667 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::SUnit::GraphTraits
/external/llvm/include/llvm/IR/
H A DDominators.h124 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DCFG.h279 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
293 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
310 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
324 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h178 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/Analysis/
H A DCallGraph.h180 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
195 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:llvm::GraphTraits
H A DCFG.h1009 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1023 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1037 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1051 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp60 static ChildIteratorType child_begin(const NodeType *N) { function in struct:llvm::GraphTraits
H A DBlockFrequencyInfoImpl.cpp584 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); } function in struct:llvm::GraphTraits
/external/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp63 static ChildIteratorType child_begin(const NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp428 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
/external/llvm/lib/Object/
H A DArchive.cpp207 child_iterator i = child_begin(false);
314 Archive::child_iterator Archive::child_begin(bool SkipInternal) const { function in class:Archive
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h453 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
479 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp388 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits

Completed in 453 milliseconds

12