Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2166 AbstractManglingParser(const char *First_, const char *Last_) in AbstractManglingParser() argument
2276 NameState(AbstractManglingParser *Enclosing) in NameState() argument
2963 Node *AbstractManglingParser<Derived, Alloc>::parseSimpleId() { in parseSimpleId()
3306 Node *AbstractManglingParser<Derived, Alloc>::parseDecltype() { in parseDecltype()
3450 Node *AbstractManglingParser<Derived, Alloc>::parseType() { in parseType()
3848 Node *AbstractManglingParser<Derived, Alloc>::parseNewExpr() { in parseNewExpr()
4061 Node *AbstractManglingParser<Derived, Alloc>::parseFoldExpr() { in parseFoldExpr()
4171 Node *AbstractManglingParser<Derived, Alloc>::parseExpr() { in parseExpr()
5141 Node *AbstractManglingParser<Derived, Alloc>::parse() {
5177 using AbstractManglingParser<ManglingParser<Alloc>,
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp296 : public llvm::itanium_demangle::AbstractManglingParser<TypeSubstitutor,
311 AbstractManglingParser::reset(Mangled.begin(), Mangled.end()); in reset()
325 TypeSubstitutor() : AbstractManglingParser(nullptr, nullptr) {} in TypeSubstitutor()
355 return AbstractManglingParser::parseType(); in parseType()