Home
last modified time | relevance | path

Searched refs:addChildren (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h69 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 DWindowsResource.cpp372 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 DWindowsResource.h244 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,