Searched refs:addChildren (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.h | 71 addChildren(Line.Tokens.front(), Current); in AnnotatedLine() 78 addChildren(Node, Current); in AnnotatedLine() 87 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 | 246 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|