Home
last modified time | relevance | path

Searched defs:AbstractManglingParser (Results 1 – 1 of 1) 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() function
2727 bool consumeIf(std::string_view S) { in consumeIf()
2735 bool consumeIf(char C) { in consumeIf()
2765 bool isTemplateParamDecl() { in isTemplateParamDecl()
2810 NameState(AbstractManglingParser *Enclosing) in NameState() argument
2842 struct OperatorInfo {
2901 static const OperatorInfo Ops[];
[all …]