Home
last modified time | relevance | path

Searched defs:Children (Results 1 – 25 of 143) sorted by relevance

123456

/external/llvm-project/clang/lib/Tooling/Syntax/
DNodes.cpp112 std::vector<syntax::NameSpecifier *> Children; in getSpecifiers() local
123 Children; in getSpecifiersAndDoubleColons() local
134 std::vector<syntax::Expression *> Children; in getArguments() local
144 std::vector<syntax::List::ElementAndDelimiter<syntax::Expression>> Children; in getArgumentsAndCommas() local
156 std::vector<syntax::SimpleDeclaration *> Children; in getParameterDeclarations() local
167 Children; in getParametersAndCommas() local
179 std::vector<syntax::SimpleDeclarator *> Children; in getDeclarators() local
190 Children; in getDeclaratorsAndCommas() local
335 std::vector<syntax::Statement *> Children; in getStatements() local
358 std::vector<syntax::SimpleDeclarator *> Children; in getDeclarators() local
DSynthesis.cpp199 ArrayRef<std::pair<syntax::Node *, syntax::NodeRole>> Children, in createTree()
219 std::vector<std::pair<syntax::Node *, syntax::NodeRole>> Children; in deepCopyExpandingMacros() local
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DIterator.h126 void populateChildren(std::vector<std::unique_ptr<Iterator>> &Children, in populateChildren()
180 std::vector<std::unique_ptr<Iterator>> Children; in intersect() local
188 std::vector<std::unique_ptr<Iterator>> Children; in unionOf() local
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.cpp49 int getChildIndexIfExists(std::vector<T> &Children, T &ChildToMerge) { in getChildIndexIfExists()
57 void reduceChildren(std::vector<Reference> &Children, in reduceChildren()
69 void reduceChildren(std::vector<FunctionInfo> &Children, in reduceChildren()
81 void reduceChildren(std::vector<EnumInfo> &Children, in reduceChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DAntlrRuntime_BaseTreeDebugView.cs47 public ITree[] Children property in Antlr.Runtime.Tree.AntlrRuntime_BaseTreeDebugView
/external/clang/lib/Format/
DTokenAnnotator.h73 delete Children[i]; in ~AnnotatedLine() local
109 SmallVector<AnnotatedLine *, 0> Children; variable
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp25 Tree *createTree(ArrayRef<const Node *> Children) { in createTree()
40 generateAllForests(ArrayRef<const Node *> Children, unsigned ParentCount) { in generateAllForests()
131 std::vector<Node *> Children = {createLeaf(*Arena, tok::identifier, "a"), in TEST_F() local
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.h74 delete Children[i]; in ~AnnotatedLine() local
125 SmallVector<AnnotatedLine *, 0> Children; variable
/external/tensorflow/tensorflow/lite/testing/
Dmessage.h71 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dmessage.h74 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
/external/llvm-project/clang-tools-extra/clangd/
DSelection.h126 llvm::SmallVector<const Node *, 8> Children; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h67 std::vector<InlineInfo> Children; member
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DInlineInfo.h67 std::vector<InlineInfo> Children; member
/external/llvm-project/clang-tools-extra/clangd/support/
DMemoryTree.h81 llvm::DenseMap<llvm::StringRef, MemoryTree> Children; member
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h93 auto Children = const_cast<OMPClause *>(this)->children(); in children() local
102 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local
406 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local
514 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
582 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local
1465 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local
2244 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local
2383 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local
2392 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local
2624 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local
[all …]
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h51 std::vector<TTindex> Children; // indexed by TimerIdT variable
/external/catch2/include/internal/
Dcatch_test_case_tracker.h96 using Children = std::vector<ITrackerPtr>; variable
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h54 std::vector<SelectedASTNode> Children; member
/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs65 public Dictionary<string, Node> Children { get; } = new Dictionary<string, Node>(); property in Google.Protobuf.FieldMaskTree.Node
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h43 std::set<DieRangeInfo> Children; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h45 std::set<DieRangeInfo> Children; member
/external/perfetto/ui/src/controller/
Dcontroller.ts38 export type Children = ControllerInitializerAny[]; alias
/external/clang/lib/Tooling/
DFileMatchTrie.cpp159 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode

123456