/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A 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
|
H A D | Synthesis.cpp | 206 ArrayRef<std::pair<syntax::Node *, syntax::NodeRole>> Children, in createTree() 227 std::vector<std::pair<syntax::Node *, syntax::NodeRole>> Children; in deepCopyExpandingMacros() local
|
H A D | Tree.cpp | 316 std::vector<syntax::List::ElementAndDelimiter<Node>> Children; in getElementsAsNodesAndDelimiters() local 361 std::vector<syntax::Node *> Children; in getElementsAsNodes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | SEHFrameSupport.h | 41 DenseSet<Block *> Children; operator() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.h | 22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
H A D | PrettyTypeDumper.cpp | 165 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | InlineInfo.h | 65 std::vector<InlineInfo> Children; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 94 auto Children = const_cast<OMPClause *>(this)->children(); in children() local 103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local 504 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local 612 auto Children in used_children() local 662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); used_children() local 1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); children() local 2688 auto Children = const_cast<OMPPrivateClause *>(this)->children(); children() local 2827 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); children() local 2836 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); used_children() local 3068 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); children() local 3140 auto Children = const_cast<OMPSharedClause *>(this)->children(); children() local 3474 auto Children = const_cast<OMPReductionClause *>(this)->children(); children() local 3483 auto Children = const_cast<OMPReductionClause *>(this)->used_children(); used_children() local 3708 auto Children = const_cast<OMPTaskReductionClause *>(this)->children(); children() local 3963 auto Children = const_cast<OMPInReductionClause *>(this)->children(); children() local 4253 auto Children = const_cast<OMPLinearClause *>(this)->children(); children() local 4260 auto Children = const_cast<OMPLinearClause *>(this)->used_children(); used_children() local 4352 auto Children = const_cast<OMPAlignedClause *>(this)->children(); children() local 4528 auto Children = const_cast<OMPCopyinClause *>(this)->children(); children() local 4692 auto Children = const_cast<OMPCopyprivateClause *>(this)->children(); children() local 4769 auto Children = const_cast<OMPFlushClause *>(this)->children(); children() local 4856 auto Children = const_cast<OMPDepobjClause *>(this)->children(); children() local 5010 auto Children = const_cast<OMPDependClause *>(this)->children(); children() local 6065 auto Children = const_cast<OMPMapClause *>(this)->children(); children() local 6076 auto Children = const_cast<OMPMapClause *>(this)->used_children(); used_children() local 6304 auto Children = const_cast<OMPPriorityClause *>(this)->used_children(); used_children() local 6396 auto Children = const_cast<OMPGrainsizeClause *>(this)->used_children(); used_children() local 6528 auto Children = const_cast<OMPNumTasksClause *>(this)->used_children(); used_children() local 6703 auto Children = const_cast<OMPDistScheduleClause *>(this)->children(); children() local 7017 auto Children = const_cast<OMPToClause *>(this)->children(); children() local 7217 auto Children = const_cast<OMPFromClause *>(this)->children(); children() local 7381 auto Children = const_cast<OMPUseDevicePtrClause *>(this)->children(); children() local 7485 auto Children = const_cast<OMPUseDeviceAddrClause *>(this)->children(); children() local 7588 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); children() local 7692 auto Children = const_cast<OMPHasDeviceAddrClause *>(this)->children(); children() local 7779 auto Children = const_cast<OMPNontemporalClause *>(this)->children(); children() local 7789 auto Children = const_cast<OMPNontemporalClause *>(this)->private_refs(); private_refs() local 8000 auto Children = const_cast<OMPInitClause *>(this)->children(); children() local 8233 auto Children = const_cast<OMPNovariantsClause *>(this)->used_children(); used_children() local 8279 auto Children = const_cast<OMPNocontextClause *>(this)->used_children(); used_children() local 8374 auto Children = const_cast<OMPInclusiveClause *>(this)->children(); children() local 8448 auto Children = const_cast<OMPExclusiveClause *>(this)->children(); children() local 8674 auto Children = const_cast<OMPAffinityClause *>(this)->children(); children() local 9255 auto Children = const_cast<OMPDoacrossClause *>(this)->children(); children() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 44 std::set<DieRangeInfo> Children; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 127 DenseMap<unsigned, SuffixTreeNode *> Children; global() member
|
H A D | GenericIteratedDominanceFrontier.h | 123 auto Children = children<OrderedNodeTy>(N); get() local
|
H A D | CFGDiff.h | 144 auto &Children = (InverseEdge != InverseGraph) ? Pred : Succ; in getChildren() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | ASTSelection.h | 55 std::vector<SelectedASTNode> Children; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 176 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | TypePool.h | 68 ArrayList<TypeEntry *, 5> Children; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 42 SmallVector<NodeId, 4> Children; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Macros.h | 268 llvm::SmallVector<std::unique_ptr<ReconstructedLine>> Children; global() member
|
H A D | TokenAnnotator.h | 167 SmallVector<AnnotatedLine *, 0> Children; global() variable [all...] |
/freebsd-src/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 198 Vdev::Children() in Children() function in Vdev
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 127 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 117 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); identifyScopeMarkers() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 178 auto Children = Sym.findAllChildren(); in initializeChildren() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 62 std::vector<std::unique_ptr<GenericCycle>> Children; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 126 DeltaTreeNode *Children[2*WidthFactor]; member in __anon9d934e970111::DeltaTreeInteriorNode
|