Home
last modified time | relevance | path

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

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