Searched refs:addChildren (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.h | 69 addChildren(Line.Tokens.front(), Current); in AnnotatedLine() 76 addChildren(Node, Current); in AnnotatedLine() 85 void addChildren(const UnwrappedLineNode &Node, FormatToken *Current) { in addChildren() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 372 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse() 389 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren() function in llvm::object::WindowsResourceParser 415 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 244 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|