Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp408 bool isSpecializedAs(QualType S, llvm::StringRef Name, QualType A);
6792 bool CXXNameMangler::isSpecializedAs(QualType S, llvm::StringRef Name, in isSpecializedAs() function in CXXNameMangler
6843 if (!isSpecializedAs(TemplateArgs[1].getAsType(), "char_traits", A)) in isStdCharSpecialization()
6847 !isSpecializedAs(TemplateArgs[2].getAsType(), "allocator", A)) in isStdCharSpecialization()