Home
last modified time | relevance | path

Searched refs:DtorName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def65 NODE(DtorName)
H A DItaniumDemangle.h1776 class DtorName : public Node {
1780 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() function
3728 return make<DtorName>(Result); in parseDestructorName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td297 def DtorName : DiagGroup<"dtor-name">;
H A DDiagnosticSemaKinds.td2385 "the name before '::~'">, InGroup<DtorName>;
2388 "to find this type name by unqualified lookup">, InGroup<DtorName>;
2391 InGroup<DtorName>;