Home
last modified time | relevance | path

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

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