Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h634 void setTaskReductionRefExpr(Expr *E) { Data->getChildren()[0] = E; } in setTaskReductionRefExpr()
666 return cast_or_null<Expr>(Data->getChildren()[0]); in getTaskReductionRefExpr()
1070 &Data->getChildren()[getArraysOffset(getDirectiveKind())]); in getCounters()
1077 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getPrivateCounters()
1085 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getInits()
1093 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getUpdates()
1101 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinals()
1109 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentCounters()
1117 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentInits()
1125 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinalsConditions()
[all …]
H A DDeclOpenMP.h120 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars()
125 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars()
144 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty()
349 Expr *getMapperVarRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getMapperVarRef()
351 return cast_or_null<Expr>(Data->getChildren()[0]); in getMapperVarRef()
355 Data->getChildren()[0] = MapperVarRefE; in setMapperVarRef()
484 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars()
489 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars()
512 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty()
H A DOpenMPClause.h9699 MutableArrayRef<Stmt *> getChildren();
9700 ArrayRef<Stmt *> getChildren() const { in getChildren() function
9701 return const_cast<OMPChildren *>(this)->getChildren(); in getChildren()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp21 for (const syntax::Node &C : T->getChildren()) in traverse()
199 for (const syntax::Node &It : T->getChildren()) { in dumpNode()
248 for (const Node &C : T->getChildren()) { in assertInvariants()
263 for (const Node &C : T->getChildren()) { in assertInvariants()
283 for (const Node &C : getChildren()) { in findFirstLeaf()
303 for (const Node &C : getChildren()) { in findChild()
317 for (Node &C : getChildren()) { in getElementsAsNodesAndDelimiters()
362 for (Node &C : getChildren()) { in getElementsAsNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h112 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() function
114 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren()
115 return getChildren<Inversed>(N); in getChildren()
119 static SmallVector<NodePtr, 8> getChildren(NodePtr N) { in getChildren() function
214 auto Successors = getChildren<Direction>(BB, BatchUpdates);
341 return !getChildren<false>(N, BUI).empty(); in HasForwardSuccessors()
413 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots()
793 for (const NodePtr Succ : getChildren<IsPostDom>(TN->getBlock(), BUI)) { in InsertReachable()
923 auto Successors = getChildren<IsPostDom>(Of, BUI); in DeleteEdge()
1011 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
H A DCFGDiff.h53 // a getChildren method to get a Node's children based on the additional updates
135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp233 for (const auto &Child : Root.getChildren()) in emit()
463 Cur->getChildren()[CurChildIndex] = in buildAddress2ProbeMap()
465 Cur = &Cur->getChildren()[CurChildIndex]; in buildAddress2ProbeMap()
527 Cur->getChildren() = in buildAddress2ProbeMap()
637 DummyInlineRoot.getChildren() = MutableArrayRef(InlineTreeVec); in buildAddress2ProbeMap()
/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/Analysis/
H A DIteratedDominanceFrontier.h76 return GD->template getChildren<IsPostDom>(N);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h269 InlinedProbeTreeMap &getChildren() { return Children; } in getChildren() function
270 const InlinedProbeTreeMap &getChildren() const { return Children; } in getChildren() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h66 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp120 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
H A DCodeViewDebug.cpp3045 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3074 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
H A DDwarfCompileUnit.cpp1188 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp864 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates()
958 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates()
1109 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h216 const LVElements *getChildren() const { return Children.get(); } in getChildren() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3522 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap()
3529 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in makeDepthFirstEjectionMap()
3535 std::make_pair(ChildScope, ChildScope->getChildren().size() - 1)); in makeDepthFirstEjectionMap()
3637 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in depthFirstVLocAndEmit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1659 if (const LVElements *Elements = Scope->getChildren()) in printMatchedElements()
/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/lib/Serialization/
H A DASTWriter.cpp8638 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
H A DASTReader.cpp12650 Data->getChildren()[I] = readStmt(); in readOMPChildren()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16887 …sicBlockEE11getChildrenEv", "llvm::DomTreeNodeBase<llvm::MachineBasicBlock>::getChildren() const"},
21125 …NS_10BasicBlockEE11getChildrenEv", "llvm::DomTreeNodeBase<llvm::BasicBlock>::getChildren() const"},