| /external/llvm-project/clang/lib/Tooling/Syntax/ |
| D | Nodes.cpp | 112 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
|
| D | Synthesis.cpp | 199 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/ |
| D | Iterator.h | 126 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/ |
| D | Representation.cpp | 49 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/ |
| D | AntlrRuntime_BaseTreeDebugView.cs | 47 public ITree[] Children property in Antlr.Runtime.Tree.AntlrRuntime_BaseTreeDebugView
|
| /external/clang/lib/Format/ |
| D | TokenAnnotator.h | 73 delete Children[i]; in ~AnnotatedLine() local 109 SmallVector<AnnotatedLine *, 0> Children; variable
|
| /external/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | PrettyCompilandDumper.h | 22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
| /external/llvm/tools/llvm-pdbdump/ |
| D | CompilandDumper.h | 23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
| /external/llvm-project/clang/unittests/Tooling/Syntax/ |
| D | TreeTest.cpp | 25 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/ |
| D | TokenAnnotator.h | 74 delete Children[i]; in ~AnnotatedLine() local 125 SmallVector<AnnotatedLine *, 0> Children; variable
|
| /external/tensorflow/tensorflow/lite/testing/ |
| D | message.h | 71 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
|
| /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
| D | message.h | 74 const std::vector<std::unique_ptr<Message>>& Children() const { in Children() function
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | Selection.h | 126 llvm::SmallVector<const Node *, 8> Children; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
| D | InlineInfo.h | 67 std::vector<InlineInfo> Children; member
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| D | InlineInfo.h | 67 std::vector<InlineInfo> Children; member
|
| /external/llvm-project/clang-tools-extra/clangd/support/ |
| D | MemoryTree.h | 81 llvm::DenseMap<llvm::StringRef, MemoryTree> Children; member
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | OpenMPClause.h | 93 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/ |
| D | IceTimerTree.h | 51 std::vector<TTindex> Children; // indexed by TimerIdT variable
|
| /external/catch2/include/internal/ |
| D | catch_test_case_tracker.h | 96 using Children = std::vector<ITrackerPtr>; variable
|
| /external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| D | ASTSelection.h | 54 std::vector<SelectedASTNode> Children; member
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | FieldMaskTree.cs | 65 public Dictionary<string, Node> Children { get; } = new Dictionary<string, Node>(); property in Google.Protobuf.FieldMaskTree.Node
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFVerifier.h | 43 std::set<DieRangeInfo> Children; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFVerifier.h | 45 std::set<DieRangeInfo> Children; member
|
| /external/perfetto/ui/src/controller/ |
| D | controller.ts | 38 export type Children = ControllerInitializerAny[]; alias
|
| /external/clang/lib/Tooling/ |
| D | FileMatchTrie.cpp | 159 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
|