Searched refs:CallableLookupCache (Results 1 – 2 of 2) sorted by relevance
360 auto it = CallableLookupCache.find(func_to_match); in FindLibCppStdFunctionCallableInfo()361 if (it != CallableLookupCache.end()) in FindLibCppStdFunctionCallableInfo()403 CallableLookupCache[func_to_match] = optional_info; in FindLibCppStdFunctionCallableInfo()
92 OperatorStringToCallableInfoMap CallableLookupCache; variable