Refactored template builder with try_as methods for different types

This commit is contained in:
Bartek Kryza
2023-05-01 01:40:46 +02:00
parent 6ebdc8ab77
commit 68f067f76a
12 changed files with 691 additions and 585 deletions

View File

@@ -184,4 +184,6 @@ bool is_qualified_identifier(const std::string &t);
bool is_type_token(const std::string &t);
clang::QualType dereference(clang::QualType type);
} // namespace clanguml::common