Home
last modified time | relevance | path

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

123456

/freebsd/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/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/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp38 for (const auto &Child : N.Children) in forEachToken() local
516 [](const auto &Child) { return !Child->Tokens.empty(); }); in createUnwrappedLine()
521 auto *Child = std::find_if( in createUnwrappedLine() local
523 [](const auto &Child) { return !Child->Tokens.empty(); }); in createUnwrappedLine()
538 for (const auto &Child : N->Children) { in createUnwrappedLine() local
557 for (const auto &Child : N->Children) { in debug() local
H A DTokenAnnotator.h87 for (const auto &Child : Node.Children) { in addChildren() local
97 for (const auto *Child : Children) in size() local
104 delete Child; in ~AnnotatedLine() local
/freebsd/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) { encode() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp32 for (const Stmt *Child : S->children()) in containsMacro() local
46 for (const Stmt *Child : S->children()) in containsEnum() local
62 for (const Stmt *Child : S->children()) in containsStaticLocal() local
74 for (const Stmt *Child : S->children()) in containsBuiltinOffsetOf() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp399 TreeNode *Child; in addChildren() local
429 TreeNode *Child; in addChildren() local
524 auto Child = IDChildren.find(ID); in addIDChild() local
539 auto Child = StringChildren.find(NameString); in addNameChild() local
553 for (auto const &Child : StringChildren) { in print() local
556 for (auto const &Child : IDChildren) { in print() local
578 for (auto const &Child : StringChildren) { in getTreeSize() local
581 for (auto const &Child : IDChildren) { in getTreeSize() local
593 for (auto &Child : IDChildren) in shiftDataIndexDown() local
595 for (auto &Child : StringChildren) in shiftDataIndexDown() local
[all …]
/freebsd/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->next) { in explicateNamespace() local
498 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in reconcileNamespaces() local
516 for (xmlNodePtr Child = AdditionalFirstChild; Child; Child = Child->next) { in treeMerge() local
541 for (xmlNodePtr Child = Root->children; Child; Child = Child->next) { in stripComments() local
564 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in setAttributeNamespaces() local
573 for (xmlNodePtr Child = Node->children; Child; Child = Child->next) { in checkAndStripPrefixes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp102 for (auto *Child : Candidate->Children) { in findParentRegion() local
149 for (auto *Child : Children) { in releaseMemory() local
191 for (const auto Child : Children) in dump() local
260 auto *Child = Terminator->getSuccessor(i); in findExitNodes() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c1052 ACPI_PARSE_OBJECT *Child; in OpnDoDefinitionBlock() local
1247 ACPI_PARSE_OBJECT *Child = NULL; in OpnAttachNameToNode() local
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp209 for (auto *Child : CR->Children) in runOnConvergenceRegion() local
220 for (auto *Child : CR->Children) in validateRegionExits() local
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c422 ACPI_PARSE_OBJECT *Child = NULL; in AcpiPsGetChild() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h84 Decl *Child = *I; in TraverseDeclContextHelper() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h41 for (const Stmt *Child : S->children()) in containsStmt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h181 CycleT *Child) { in moveTopLevelCycleToNewParent()
506 for (const CycleT *Child : Cycle->children()) { in validateTree() local
/freebsd/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/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp27 for (const Archive::Child &Child : Ar.children(Err)) { in createNewArchiveMembers() local
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1010 ACPI_PARSE_OBJECT *Child; in AcpiDmPromoteTarget() local
/freebsd/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

123456