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.h1738 class DtorName : public Node {
1742 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() function
3588 return make<DtorName>(Result); in parseDestructorName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td246 def DtorName : DiagGroup<"dtor-name">;
H A DDiagnosticSemaKinds.td2233 "the name before '::~'">, InGroup<DtorName>;
2236 "to find this type name by unqualified lookup">, InGroup<DtorName>;
2239 InGroup<DtorName>;