Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h76 X(DtorName) \
1475 class DtorName : public Node {
1479 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() function
3274 return make<DtorName>(Result); in parseDestructorName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticGroups.td212 def DtorName : DiagGroup<"dtor-name">;
H A DDiagnosticSemaKinds.td2025 "the name before '::~'">, InGroup<DtorName>;
2028 "to find this type name by unqualified lookup">, InGroup<DtorName>;
2031 InGroup<DtorName>;