Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def61 NODE(DtorName)
H A DItaniumDemangle.h1603 class DtorName : public Node {
1607 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() function
3273 return make<DtorName>(Result); in parseDestructorName()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def61 NODE(DtorName)
H A DItaniumDemangle.h1603 class DtorName : public Node {
1607 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() function
3273 return make<DtorName>(Result); in parseDestructorName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticGroups.td229 def DtorName : DiagGroup<"dtor-name">;
H A DDiagnosticSemaKinds.td2096 "the name before '::~'">, InGroup<DtorName>;
2099 "to find this type name by unqualified lookup">, InGroup<DtorName>;
2102 InGroup<DtorName>;