Home
last modified time | relevance | path

Searched defs:Child (Results 1 – 25 of 123) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h25 struct Child { struct
26 struct Field {
35 Child() { in Child() argument
59 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp30 for (const Stmt *Child : S->children()) in containsMacro() local
44 for (const Stmt *Child : S->children()) in containsEnum() local
60 for (const Stmt *Child : S->children()) in containsStaticLocal() local
72 for (const Stmt *Child : S->children()) in containsBuiltinOffsetOf() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp20 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel()
24 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel()
203 for (const auto &Child : Children) in createTree() local
220 for (const auto *Child = T->getFirstChild(); Child; in deepCopyExpandingMacros() local
H A DTree.cpp70 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel()
78 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel()
94 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel()
102 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp34 for (const auto &Child : II.Children) in operator <<() local
47 for (const auto &Child : II.Children) { in getInlineStackHelper() local
210 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode() local
246 for (const auto &Child : Children) { in encode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp400 TreeNode *Child; in addChildren() local
430 TreeNode *Child; in addChildren() local
525 auto Child = IDChildren.find(ID); in addIDChild() local
540 auto Child = StringChildren.find(NameString); in addNameChild() local
554 for (auto const &Child : StringChildren) { in print() local
557 for (auto const &Child : IDChildren) { in print() local
579 for (auto const &Child : StringChildren) { in getTreeSize() local
582 for (auto const &Child : IDChildren) { in getTreeSize() local
594 for (auto &Child : IDChildren) in shiftDataIndexDown() local
596 for (auto &Child : StringChildren) in shiftDataIndexDown() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp90 for (xmlNodePtr Child = Parent->children; Child; Child = Child->next) { in getChildWithName() local
326 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in explicateNamespace() local
500 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in reconcileNamespaces() local
518 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { in treeMerge() local
543 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { in stripComments() local
566 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in setAttributeNamespaces() local
575 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in checkAndStripPrefixes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp226 for (const auto &Child : Node.Children) in dump() local
240 for (const auto &Child : Node.Children) { in hasAnyDirectChildrenWithKind() local
348 for (const auto &Child : ASTSelection.Children) { in findDeepestWithKind() local
365 for (const auto &Child : ASTSelection.Children) in findDeepestWithKind() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h38 for (const Stmt *Child : S->children()) in containsStmt() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasloperands.c944 ACPI_PARSE_OBJECT *Child; in OpnDoDefinitionBlock() local
1139 ACPI_PARSE_OBJECT *Child = NULL; in OpnAttachNameToNode() local
H A Daslexternal.c194 ACPI_PARSE_OBJECT *Child; in ExInsertArgCount() local
H A Daslcodegen.c435 ACPI_PARSE_OBJECT *Child; in CgWriteTableHeader() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp191 while (auto Child = Result->getNext()) { in getChildStats() local
221 auto Child = Session.getSymbolById(Value); in dumpSymbolIdField() local
H A DUDTLayout.cpp176 while (auto Child = Children->getNext()) { in initializeChildren() local
277 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
H A DPDBSymbolFunc.cpp38 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() local
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpstree.c314 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h84 Decl *Child = *I; in TraverseDeclContextHelper() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp42 for (const Stmt *Child : S->children()) in FindBlockDeclRefExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp33 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes() local
209 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp260 for (const Stmt *Child : S->children()) { in saveHash() local
324 for (const Stmt *Child : S->children()) { in CollectStmtSequenceData() local
557 for (const Stmt *Child : S->children()) { in addVariables() local
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmcstyle.c902 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp139 for (const auto &Child : AllChildren) { in findEquivalent() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp229 for (NodeId Child : N.Children) in PostTraverse() local
286 for (NodeId Child : N.Children) in getSubtreePostorder() local
300 for (NodeId Child : Tree.getNode(Ids[Expanded++]).Children) in getSubtreeBfs() local
310 for (NodeId Child : getNode(Id).Children) in initTree() local
751 for (NodeId Child : Tree.getNode(Id).Children) in open() local
847 N1.Children, [&](NodeId Child) { return M.hasSrc(Child); }); in matchBottomUp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp203 const Expr *Child) { in AscendIgnoreUnlessSpelledInSource()
205 auto ShouldSkip = [](const Expr *E, const Expr *Child) { in AscendIgnoreUnlessSpelledInSource()

12345