Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp447 static bool shouldHaveAbiTags(ItaniumMangleContextImpl &C, const VarDecl *VD);
792 !CXXNameMangler::shouldHaveAbiTags(*this, VD) && in shouldMangleCXXName()
7271 bool CXXNameMangler::shouldHaveAbiTags(ItaniumMangleContextImpl &C, in shouldHaveAbiTags() function in CXXNameMangler