Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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.cpp206 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 DTree.cpp316 std::vector<syntax::List::ElementAndDelimiter<Node>> Children; in getElementsAsNodesAndDelimiters() local
361 std::vector<syntax::Node *> Children; in getElementsAsNodes() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
H A DPrettyTypeDumper.cpp165 if (auto Children = Exe.findAllChildren<SymbolT>()) { in dumpSymbolCategory() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DSEHFrameSupport.h41 DenseSet<Block *> Children; in operator() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h65 std::vector<InlineInfo> Children; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h94 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 = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
3140 auto Children = const_cast<OMPSharedClause *>(this)->children(); in children() local
4253 auto Children = const_cast<OMPLinearClause *>(this)->children(); in children() local
4769 auto Children = const_cast<OMPFlushClause *>(this)->children(); in children() local
6065 auto Children = const_cast<OMPMapClause *>(this)->children(); in children() local
7017 auto Children = const_cast<OMPToClause *>(this)->children(); in children() local
7217 auto Children = const_cast<OMPFromClause *>(this)->children(); in children() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h44 std::set<DieRangeInfo> Children; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h127 DenseMap<unsigned, SuffixTreeNode *> Children; member
H A DGenericIteratedDominanceFrontier.h123 auto Children = children<OrderedNodeTy>(N); in get() local
H A DCFGDiff.h144 auto &Children = (InverseEdge != InverseGraph) ? Pred : Succ; in getChildren() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h55 std::vector<SelectedASTNode> Children; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp176 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h68 ArrayList<TypeEntry *, 5> Children; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h42 SmallVector<NodeId, 4> Children; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacros.h268 llvm::SmallVector<std::unique_ptr<ReconstructedLine>> Children; member
H A DTokenAnnotator.h167 SmallVector<AnnotatedLine *, 0> Children; variable
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.cc198 Vdev::Children() in Children() function in Vdev
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h127 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp117 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp178 auto Children = Sym.findAllChildren(); in initializeChildren() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h62 std::vector<std::unique_ptr<GenericCycle>> Children; variable
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp126 DeltaTreeNode *Children[2*WidthFactor]; member in __anon9a48a70d0111::DeltaTreeInteriorNode

123