Searched refs:makeNode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp130 Node *makeNode(Args &&...As) { function in class:__anon1984::FoldingNodeAllocator
165 /// Helper to allow makeNode to be partially-specialized on T.
174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { function in class:__anon1984::CanonicalizerAllocator
204 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std");
207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp311 template<typename T, typename ...Args> T *makeNode(Args &&...args) { function in class:__anon1866::DefaultAllocator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp276 template <typename T, typename... Args> T *makeNode(Args &&... args) { function in class:__anon1223::NodeAllocator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2367 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...);

Completed in 92 milliseconds