0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Namespaces | Functions
template_builder.cc File Reference
#include "template_builder.h"
#include "common/clang_utils.h"
#include <clang/Lex/Lexer.h>

Go to the source code of this file.

Namespaces

namespace  clanguml
 
namespace  clanguml::common
 
namespace  clanguml::common::visitor
 
namespace  clanguml::common::visitor::detail
 

Functions

std::string clanguml::common::visitor::detail::map_type_parameter_to_template_parameter (const clang::ClassTemplateSpecializationDecl *decl, const std::string &tp)
 
std::string clanguml::common::visitor::detail::map_type_parameter_to_template_parameter (const clang::TypeAliasTemplateDecl *decl, const std::string &tp)
 
std::string clanguml::common::visitor::map_type_parameter_to_template_parameter_name (const clang::Decl *decl, const std::string &type_parameter)