Home
last modified time | relevance | path

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

123456

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h26 struct Child { struct
27 struct Field {
36 Child() { in Child() function
60 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-src/contrib/llvm-project/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
211 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode() local
247 for (const auto &Child : Children) { in encode() local
270 for (const auto &Child : II.Children) in GetTotalNumChildren() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp22 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel()
26 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel()
210 for (const auto &Child : Children) in createTree() local
228 for (const auto *Child = T->getFirstChild(); Child; in deepCopyExpandingMacros() local
H A DTree.cpp52 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel()
60 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel()
76 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel()
84 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp31 for (const Stmt *Child : S->children()) containsMacro() local
45 for (const Stmt *Child : S->children()) containsEnum() local
61 for (const Stmt *Child : S->children()) containsStaticLocal() local
73 for (const Stmt *Child : S->children()) containsBuiltinOffsetOf() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp398 TreeNode *Child; addChildren() local
428 TreeNode *Child; addChildren() local
523 auto Child = IDChildren.find(ID); addIDChild() local
538 auto Child = StringChildren.find(NameString); addNameChild() local
552 for (auto const &Child : StringChildren) { print() local
555 for (auto const &Child : IDChildren) { print() local
577 for (auto const &Child : StringChildren) { getTreeSize() local
580 for (auto const &Child : IDChildren) { getTreeSize() local
592 for (auto &Child : IDChildren) shiftDataIndexDown() local
594 for (auto &Child : StringChildren) shiftDataIndexDown() local
898 for (auto const &Child : StringChildren) { writeDirectoryTree() local
918 for (auto const &Child : IDChildren) { writeDirectoryTree() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp88 for (xmlNodePtr Child = Parent->children; Child; Child = Child->next) { in getChildWithName() local
324 for (xmlNodePtr Child = Node->children; Child; Child = Child in explicateNamespace() local
498 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { reconcileNamespaces() local
516 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { treeMerge() local
541 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { stripComments() local
564 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { setAttributeNamespaces() local
573 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { checkAndStripPrefixes() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h103 for (AnnotatedLine *Child : Children) in ~AnnotatedLine() local
86 for (const auto &Child : Node.Children) { addChildren() local
96 for (const auto *Child : Children) size() local
H A DMacroCallReconstructor.cpp38 for (const auto &Child : N.Children) in forEachToken() local
512 for (const auto &Child : N->Children) { createUnwrappedLine() local
535 for (const auto &Child : N->Children) { debug() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp227 for (const auto &Child : Node.Children) in dump() local
241 for (const auto &Child : Node.Children) { in hasAnyDirectChildrenWithKind() local
349 for (const auto &Child : ASTSelection.Children) { in findDeepestWithKind() local
366 for (const auto &Child : ASTSelection.Children) in findDeepestWithKind() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c1052 ACPI_PARSE_OBJECT *Child; OpnDoDefinitionBlock() local
1247 ACPI_PARSE_OBJECT *Child = NULL; OpnAttachNameToNode() local
[all...]
/freebsd-src/contrib/llvm-project/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.cpp179 while (auto Child = Children->getNext()) { in initializeChildren() local
280 void UDTLayoutBase::addChildToLayout(std::unique_ptr<LayoutItemBase> Child) { in addChildToLayout()
H A DPDBSymbolFunc.cpp40 while (auto Child = DataChildren->getNext()) { in FunctionArgEnumerator() local
/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c422 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h84 Decl *Child = *I; in TraverseDeclContextHelper() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp43 for (const Stmt *Child : S->children()) in FindBlockDeclRefExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h39 for (const Stmt *Child : S->children()) containsStmt() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h166 moveTopLevelCycleToNewParent(CycleT * NewParent,CycleT * Child) moveTopLevelCycleToNewParent() argument
491 for (const CycleT *Child : Cycle->children()) { validateTree() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp259 for (const Stmt *Child : S->children()) { in saveHash() local
323 for (const Stmt *Child : S->children()) { in CollectStmtSequenceData() local
556 for (const Stmt *Child : S->children()) { in addVariables() local
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1010 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp35 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in ContractNodes() local
229 std::unique_ptr<Matcher> Child(Scope->takeChild(i)); in FactorNodes() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp139 for (const auto &Child : AllChildren) { in findEquivalent() local

123456