Resolver can handle DependentTemplateSpecializationType now.

This commit is contained in:
ykiko
2024-09-07 12:30:41 +08:00
parent 4e331bc8a2
commit 37d67aa7be
3 changed files with 104 additions and 6 deletions

View File

@@ -24,6 +24,8 @@ public:
clang::QualType resolve(const clang::DependentNameType* DNT);
clang::QualType resolve(const clang::DependentTemplateSpecializationType* DTST);
/// lookup member in a given nested name specifier
bool lookup(llvm::SmallVector<clang::NamedDecl*>& result,
const clang::NestedNameSpecifier* NNS,