Home
last modified time | relevance | path

Searched defs:NameState (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2504 struct NameState { struct
2505 bool CtorDtorConversion = false;
2506 bool EndsWithTemplateArgs = false;
2507 Qualifiers CVQualifiers = QualNone;
2508 FunctionRefQual ReferenceQualifier = FrefQualNone;
2509 size_t ForwardTemplateRefsBegin;
2511 NameState(AbstractManglingParser *Enclosing) in NameState() function
2768 Node *AbstractManglingParser<Derived, Alloc>::parseSourceName(NameState *) { in parseSourceName() argument