some update for Resolver.

This commit is contained in:
ykiko
2024-09-06 22:48:00 +08:00
parent eb9913234b
commit 76b33d1f7c
2 changed files with 2 additions and 24 deletions

View File

@@ -41,8 +41,6 @@ public:
llvm::ArrayRef<clang::TemplateArgument> arguments);
// replace the template arguments in the type, using the arguments in the frame
clang::QualType substitute(clang::QualType type);
clang::Decl* substitute(clang::Decl* decl);
private: