Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp388 bool isStd(const NamespaceDecl *NS);
905 bool CXXNameMangler::isStd(const NamespaceDecl *NS) { in isStd() function in CXXNameMangler
919 return isStd(cast<NamespaceDecl>(DC)); in isStdNamespace()
6151 if (isStd(NS)) { in mangleStandardSubstitution()