Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A 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
H A 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
H A DTree.cpp345 std::vector<syntax::List::ElementAndDelimiter<Node>> Children; in getElementsAsNodesAndDelimiters() local
390 std::vector<syntax::Node *> Children; in getElementsAsNodes() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
H A DPrettyTypeDumper.cpp163 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory() local
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h74 delete Children[i]; in ~AnnotatedLine() local
125 SmallVector<AnnotatedLine *, 0> Children; variable
H A DUnwrappedLineParser.h305 SmallVector<UnwrappedLine, 0> Children; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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
2790 auto Children = const_cast<OMPSharedClause *>(this)->children(); in children() local
3890 auto Children = const_cast<OMPLinearClause *>(this)->children(); in children() local
4406 auto Children = const_cast<OMPFlushClause *>(this)->children(); in children() local
5698 auto Children = const_cast<OMPMapClause *>(this)->children(); in children() local
6605 auto Children = const_cast<OMPToClause *>(this)->children(); in children() local
6806 auto Children = const_cast<OMPFromClause *>(this)->children(); in children() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h67 std::vector<InlineInfo> Children; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h54 std::vector<SelectedASTNode> Children; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h43 std::set<DieRangeInfo> Children; member
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp176 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h124 auto Children = children<OrderedNodeTy>(N); in get() local
H A DCFGDiff.h144 auto &Children = (InverseEdge != InverseGraph) ? Pred : Succ; in getChildren() local
H A DSuffixTree.h47 llvm::DenseMap<unsigned, SuffixTreeNode *> Children; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h41 SmallVector<NodeId, 4> Children; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h127 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
H A DDIE.h90 bool Children; variable
754 IntrusiveBackList<DIE> Children; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp119 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers() local
H A DDwarfCompileUnit.cpp517 SmallVector<DIE *, 8> Children; in constructScopeDIE() local
998 SmallVectorImpl<DIE *> &Children, in createScopeChildrenDIE()
1064 SmallVector<DIE *, 8> Children; in createAndAddScopeChildren() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h51 InlinedProbeTreeMap Children; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp175 auto Children = Sym.findAllChildren(); in initializeChildren() local
/netbsd/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp126 DeltaTreeNode *Children[2*WidthFactor]; member in __anoncbaa2c660111::DeltaTreeInteriorNode
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp495 SetVector<MRT *> Children; member in __anon43d66cdd0211::RegionMRT
808 auto Children = Region->getChildren(); in storeLiveOuts() local
1314 auto Children = Region->getChildren(); in regionIsSequence() local
1326 auto Children = Region->getChildren(); in fixupRegionExits() local
2594 SetVector<MRT *> *Children = Region->getChildren(); in containsNewBackedge() local
2621 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion() local
2767 auto Children = Region->getChildren(); in structurizeRegions() local

12