Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h241 InlinedProbeTreeMap &getChildren() { return Children; } getChildren() function
242 const InlinedProbeTreeMap &getChildren() const { return Children; } getChildren() function
/llvm-project/llvm/include/llvm/Support/
H A DCFGDiff.h135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
H A DGenericDomTreeConstruction.h115 return getChildren<Inversed>(N); in getChildren() function
108 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { getChildren() function
[all...]
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h197 ChildMapT &getChildren() { return children; } in getChildren() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h185 MutableArrayRef<Stmt *> getChildren() { in getChildren() function
188 ArrayRef<Stmt *> getChildren() const { in getChildren() function
1296 MutableArrayRef<Decl *> getChildren() { in getChildren() function
1299 ArrayRef<Decl *> getChildren() const { in getChildren() function
/llvm-project/mlir/lib/TableGen/
H A DPredicate.cpp82 std::vector<llvm::Record *> CombinedPred::getChildren() const { getChildren() function in CombinedPred
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h210 const LVElements *getChildren() const { return Children.get(); } in getChildren() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9114 ArrayRef<Stmt *> getChildren() const { getChildren() function