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.h230 child_iterator child_begin() const;
236 return child_end() - child_begin();
283 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::TextComment
341 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::InlineCommandComment
474 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLStartTagComment
529 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLEndTagComment
578 child_iterator child_begin() const { function in class:clang::comments::ParagraphComment
648 child_iterator child_begin() const { function in class:clang::comments::BlockCommandComment
885 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
916 child_iterator child_begin() cons function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
972 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1117 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.cpp218 /// child_begin - Return an iterator pointing to the first child of the given
220 static ChildIterator child_begin(NodeType *Parent) {
236 static inline ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
237 return Graph<N>::child_begin(Node);
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h176 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/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.h408 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
430 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
H A DLazyCallGraph.h526 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
534 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
H A DLoopInfo.h162 BlockTraits::child_begin(BB),
178 InvBlockTraits::child_begin(H),
245 InvBlockTraits::child_begin(H),
698 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
711 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
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 DMachineDominators.h258 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
H A DMachineBasicBlock.h714 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
727 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
747 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
761 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/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.h1007 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1021 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1035 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1049 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
/external/llvm/include/llvm/IR/
H A DDominators.h136 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
H A DCFG.h297 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
311 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
328 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
342 static inline ChildIteratorType child_begin(NodeType *N) { function in struct: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.cpp595 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.cpp470 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
/external/llvm/lib/Object/
H A DArchive.cpp223 child_iterator i = child_begin(false);
338 Archive::child_iterator Archive::child_begin(bool SkipInternal) const { function in class:Archive
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h452 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
478 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp391 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits

Completed in 822 milliseconds

12