/freebsd/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/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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | SEHFrameSupport.h | 42 SetVector<Block *> Children; in operator() local
|
/freebsd/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 = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local 662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local 1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local 2728 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local 2867 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local 2876 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local 3108 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | InlineInfo.h | 65 std::vector<InlineInfo> Children; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | ASTSelection.h | 55 std::vector<SelectedASTNode> Children; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 50 SmallVector<ConvergenceRegion *> Children = {}; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 58 std::set<DieRangeInfo> Children; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 150 DenseMap<unsigned, SuffixTreeNode *> Children; member
|
H A D | CFGDiff.h | 144 auto &Children = (InverseEdge != InverseGraph) ? Pred : Succ; in getChildren() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 176 llvm::StringMap<FileMatchTrieNode> Children; member in clang::tooling::FileMatchTrieNode
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 42 SmallVector<NodeId, 4> Children; member
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Macros.h | 263 SmallVector<std::unique_ptr<ReconstructedLine>> Children; member
|
H A D | TokenAnnotator.h | 168 SmallVector<AnnotatedLine *, 0> Children; variable
|
H A D | UnwrappedLineParser.h | 416 SmallVector<UnwrappedLine, 0> Children; member
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 198 Vdev::Children() in Children() function in Vdev
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 127 SmallVector<LexicalScope *, 4> Children; // Scopes defined in scope. variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 120 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 178 auto Children = Sym.findAllChildren(); in initializeChildren() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 62 std::vector<std::unique_ptr<GenericCycle>> Children; variable
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 126 DeltaTreeNode *Children[2*WidthFactor]; member in __anon5fc690450111::DeltaTreeInteriorNode
|