Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp396 bool isStructorDecl(const NamedDecl *ND) const { in isStructorDecl() function in __anon2a0933b10111::MicrosoftCXXNameMangler
1192 if (isStructorDecl(ND)) { in mangleUnqualifiedName()
1206 if (isStructorDecl(ND)) in mangleUnqualifiedName()
2693 isStructorDecl(MD); in mangleFunctionType()
2714 if (isa<CXXDestructorDecl>(D) && isStructorDecl(D)) { in mangleFunctionType()
2855 if (isa<CXXDestructorDecl>(MD) && isStructorDecl(MD) && in mangleFunctionClass()