/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ArchiveYAML.h | 26 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 D | Iterator.cpp | 31 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 D | ArchiveTest.cpp | 46 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 D | class-object-state-dump.m | 18 @interface Child : Parent interface 23 @implementation Child implementation
|
H A D | ivars.m | 22 @interface Child : Root interface 25 @implementation Child implementation
|
H A D | inline.cpp | 68 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 D | avoid-unavailable-implementation-warning-in-app-extension.m | 12 @interface Child : Parent interface 15 @implementation Child implementation
|
H A D | undef-class-messagin-error.m | 7 @interface Child (Categ) // expected-error {{cannot find interface declaration for 'Child'; did you… interface in Categ
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | InlineInfo.cpp | 34 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 D | Synthesis.cpp | 22 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 D | Tree.cpp | 52 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 D | main.cpp | 5 struct Child { struct 12 Child child; argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 32 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 D | MacroCallReconstructor.cpp | 38 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 D | WindowsResource.cpp | 399 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 D | push-hidden-visibility-subclass.cpp | 10 class Child : public Base { class
|
H A D | construction-vtable-visibility.cpp | 9 class Child : public Parent1, public Parent2 {}; class
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | MDGenerator.cpp | 71 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 D | inherited_exception.pass.cpp | 44 struct Child : public Base, public Base2 { struct 49 Child child; in f1() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | MemoryTreeTests.cpp | 92 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 D | wrong_downcast_on_stack.cpp | 9 class Child : public Parent { class
|
H A D | wrong_downcast_on_heap.cpp | 9 class Child : public Parent { class
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | InfiniteLoopCheck.cpp | 112 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 D | ConcreteSymbolEnumerator.h | 35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index); in getChildAtIndex() local
|
/llvm-project/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 88 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
|