Home
last modified time | relevance | path

Searched refs:NestedName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDemangledNameInfo.cpp125 printLeftImpl(static_cast<const NestedName &>(N)); in printLeft()
216 void TrackingOutputBuffer::printLeftImpl(const NestedName &N) { in printLeftImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h130 void printLeftImpl(const llvm::itanium_demangle::NestedName &N);
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp442 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName()
482 static_cast<const NestedName *>(Name)->Qual->print(OB); in getFunctionDeclContextName()
584 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def39 NODE(NestedName)
H A DItaniumDemangle.h1077 struct NestedName : Node { struct
1081 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
3219 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()