Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp125 Node *makeNode(Args &&...As) { in makeNode() function in __anon1f11156d0111::FoldingNodeAllocator
169 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode() function in __anon1f11156d0111::CanonicalizerAllocator
199 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make()
202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp309 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anon1a08953b0211::DefaultAllocator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2416 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...); in make()