Home
last modified time | relevance | path

Searched refs:AbstractManglingParser (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2627 AbstractManglingParser *Parser; argument
2632 ScopedTemplateParamList(AbstractManglingParser *TheParser) in ScopedTemplateParamList() argument
2658 AbstractManglingParser *Parser; argument
2688 AbstractManglingParser(const char *First_, const char *Last_) in AbstractManglingParser() argument
2810 NameState(AbstractManglingParser *Enclosing) in NameState() argument
3229 const typename AbstractManglingParser<
3565 Node *AbstractManglingParser<Derived, Alloc>::parseSimpleId() { in parseSimpleId()
4061 Node *AbstractManglingParser<Derived, Alloc>::parseType() { in parseType()
4932 Node *AbstractManglingParser<Derived, Alloc>::parseExpr() { in parseExpr()
5944 using AbstractManglingParser<ManglingParser<Alloc>,
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp431 : public llvm::itanium_demangle::AbstractManglingParser<Derived,
434 llvm::itanium_demangle::AbstractManglingParser<Derived, NodeAllocator>;