Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp408 bool isStructorDecl(const NamedDecl *ND) const { in isStructorDecl() function in __anon77df3dfb0111::MicrosoftCXXNameMangler
1283 if (isStructorDecl(ND)) { in mangleUnqualifiedName()
1297 if (isStructorDecl(ND)) in mangleUnqualifiedName()
2798 isStructorDecl(MD); in mangleFunctionType()
2819 if (isa<CXXDestructorDecl>(D) && isStructorDecl(D)) { in mangleFunctionType()
2960 if (isa<CXXDestructorDecl>(MD) && isStructorDecl(MD) && in mangleFunctionClass()