Home
last modified time | relevance | path

Searched refs:func_to_match (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp291 std::string func_to_match = first_template_parameter.str(); in FindLibCppStdFunctionCallableInfo() local
293 auto it = CallableLookupCache.find(func_to_match); in FindLibCppStdFunctionCallableInfo()
301 llvm::StringRef name_to_use = func_to_match; in FindLibCppStdFunctionCallableInfo()
333 CallableLookupCache[func_to_match] = optional_info; in FindLibCppStdFunctionCallableInfo()