HomeSort by: relevance | last modified time | path
    Searched defs:getChildren (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 33 MutableArrayRef<Stmt *> OMPChildren::getChildren() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CFGDiff.h 53 // a getChildren method to get a Node's children based on the additional updates
135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const {
GenericDomTreeConstruction.h 108 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) {
110 return BUI->PreViewCFG.template getChildren<Inversed>(N);
111 return getChildren<Inversed>(N);
115 static SmallVector<NodePtr, 8> getChildren(NodePtr N) {
177 // otherwise the order is implied by the results of getChildren().
197 auto Successors = getChildren<Direction>(BB, BatchUpdates);
339 return !getChildren<false>(N, BUI).empty();
411 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates))
796 for (const NodePtr Succ : getChildren<IsPostDom>(TN->getBlock(), BUI)) {
926 auto Successors = getChildren<IsPostDom>(Of, BUI)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h 227 llvm::iterator_range<ChildIterator> getChildren() {
230 llvm::iterator_range<ConstChildIterator> getChildren() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h 65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h 75 InlinedProbeTreeMap &getChildren() { return Children; }

Completed in 49 milliseconds