Home
last modified time | relevance | path

Searched defs:getChildren (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h227 llvm::iterator_range<ChildIterator> getChildren() { in getChildren() function
230 llvm::iterator_range<ConstChildIterator> getChildren() const { in getChildren() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCFGDiff.h135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
H A DGenericDomTreeConstruction.h108 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() function
115 static SmallVector<NodePtr, 8> getChildren(NodePtr N) { in getChildren() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h75 InlinedProbeTreeMap &getChildren() { return Children; } in getChildren() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp530 SetVector<MRT *> *getChildren() { return &Children; } in getChildren() function in __anon43d66cdd0211::RegionMRT
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8571 ArrayRef<Stmt *> getChildren() const { in getChildren() function