Home
last modified time | relevance | path

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

123456789

/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()
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp31 for (const auto &Child : Children) in AndIterator() local
68 for (const auto &Child : Children) in consume() local
81 for (const auto &Child : Children) { in dump() local
100 for (auto &Child : Children) { in sync() local
151 for (const auto &Child : Children) in reachedEnd() local
161 for (const auto &Child : Children) in advance() local
169 for (const auto &Child : Children) in advanceTo() local
180 for (const auto &Child : Children) in peek() local
193 for (const auto &Child : Children) in consume() local
201 for (const auto &Child : Children) in estimateSize() local
[all …]
/llvm-project/llvm/unittests/Object/
H A DArchiveTest.cpp46 auto Child = A->child_begin(ChildErr); in createChild() local
61 auto Child = createChild(ArchiveWithMember); in TEST_F() local
70 auto Child = createChild(ThinArchiveWithMember); in TEST_F() local
84 auto Child = createChild(ArchiveWithMember); in TEST_F() local
/llvm-project/clang/test/Analysis/
H A Dclass-object-state-dump.m18 @interface Child : Parent interface
23 @implementation Child implementation
H A Divars.m22 @interface Child : Root interface
25 @implementation Child implementation
H A Dinline.cpp68 class Child : public Parent { class
100 class Child : public Parent { class
108 Child() : m_child(0) {} in Child() function in PR13569::Child
148 class Child : virtual public Parent { class
156 Child() : m_child(0) {} in Child() function in PR13569_virtual::Child
422 struct Child : public Parent { struct
423 virtual Child *vGetThis() { return this; } in vGetThis()
/llvm-project/clang/test/SemaObjC/
H A Davoid-unavailable-implementation-warning-in-app-extension.m12 @interface Child : Parent interface
15 @implementation Child implementation
H A Dundef-class-messagin-error.m7 @interface Child (Categ) // expected-error {{cannot find interface declaration for 'Child'; did you… interface in Categ
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp34 OS << Child; in operator <<() local
47 if (::getInlineStackHelper(Child, Addr, InlineStack)) in getInlineStackHelper() local
211 if (!Child) in decode() local
247 for (const auto &Child : Children) { encode() local
270 for (const auto &Child : II.Children) GetTotalNumChildren() local
[all...]
/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()
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/
H A Dmain.cpp5 struct Child { struct
12 Child child; argument
/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 in containsBuiltinOffsetOf() local
[all...]
/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
/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 …]
/llvm-project/clang/test/CodeGen/
H A Dpush-hidden-visibility-subclass.cpp10 class Child : public Base { class
H A Dconstruction-vtable-visibility.cpp9 class Child : public Parent1, public Parent2 {}; class
/llvm-project/clang-tools-extra/clang-doc/
H A DMDGenerator.cpp71 for (const auto &Child : I.Children) in writeDescription() local
74 for (const auto &Child : I.Children) in writeDescription() local
79 for (const auto &Child : I.Children) in writeDescription() local
86 for (const auto &Child : I.Children) in writeDescription() local
91 for (const auto &Child : I.Children) in writeDescription() local
94 for (const auto &Child : I.Children) writeDescription() local
[all...]
/llvm-project/libcxxabi/test/
H A Dinherited_exception.pass.cpp44 struct Child : public Base, public Base2 { struct
49 Child child; in f1() argument
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DMemoryTreeTests.cpp92 auto &Child = Detail.child("child"); in TEST() local
98 auto &Child = Root.child("child"); in TEST() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dwrong_downcast_on_stack.cpp9 class Child : public Parent { class
H A Dwrong_downcast_on_heap.cpp9 class Child : public Parent { class
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp112 for (const Stmt *Child : Cond->children()) { in isAtLeastOneCondVarChanged() local
130 for (const Stmt *Child : Cond->children()) { in getCondVarNames() local
192 for (const Stmt *Child : StmtNode->children()) in populateCallees() local
222 for (const Stmt *Child in hasStaticLocalVariable() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DConcreteSymbolEnumerator.h35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
/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

123456789