Searched refs:first_template_parameter (Results 1 – 1 of 1) sorted by relevance
174 llvm::StringRef first_template_parameter = in FindLibCppStdFunctionCallableInfo() local189 auto get_name = [&first_template_parameter, &symbol]() { in FindLibCppStdFunctionCallableInfo()195 if (first_template_parameter.contains("$_")) in FindLibCppStdFunctionCallableInfo()196 return llvm::Regex::escape(first_template_parameter.str()) + in FindLibCppStdFunctionCallableInfo()218 return first_template_parameter.str() + R"(::operator\(\)\(.*\))"; in FindLibCppStdFunctionCallableInfo()244 if (first_template_parameter.contains("$_") || in FindLibCppStdFunctionCallableInfo()