Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h205 llvm::iterator_range<ChildIterator> getChildren() { in getChildren() function
208 llvm::iterator_range<ConstChildIterator> getChildren() const { in getChildren() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h241 InlinedProbeTreeMap &getChildren() { return Children; } in getChildren() function
242 const InlinedProbeTreeMap &getChildren() const { return Children; } in getChildren() function
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h210 const LVElements *getChildren() const { return Children.get(); } in getChildren() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp530 SetVector<MRT *> *getChildren() { return &Children; } in getChildren() function in __anon3d3c1dbc0211::RegionMRT
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9114 ArrayRef<Stmt *> getChildren() const { in getChildren() function