Searched refs:name_to_use (Results 1 – 1 of 1) sorted by relevance
301 llvm::StringRef name_to_use = func_to_match; in FindLibCppStdFunctionCallableInfo() local309 if (!contains_lambda_identifier(name_to_use)) in FindLibCppStdFunctionCallableInfo()314 vtable_cu->FindFunction([name_to_use](const FunctionSP &f) { in FindLibCppStdFunctionCallableInfo()316 if (name.starts_with(name_to_use) && name.contains("operator")) in FindLibCppStdFunctionCallableInfo()