Improved handling of method template deductions
This commit is contained in:
@@ -98,8 +98,8 @@ std::string get_source_text_raw(
|
||||
std::string get_source_text(
|
||||
clang::SourceRange range, const clang::SourceManager &sm);
|
||||
|
||||
std::pair<unsigned int, unsigned int> extract_template_parameter_index(
|
||||
const std::string &type_parameter);
|
||||
std::tuple<unsigned int, unsigned int, std::string>
|
||||
extract_template_parameter_index(const std::string &type_parameter);
|
||||
|
||||
/**
|
||||
* @brief Check if an expression is contained in another expression
|
||||
|
||||
Reference in New Issue
Block a user