Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp453 ssize_t found_priority = -1; in ForEachMacro() local
464 if (pi != module_priorities.end() && pi->second > found_priority) { in ForEachMacro()
466 found_priority = pi->second; in ForEachMacro()
476 if ((pi != module_priorities.end()) && pi->second > found_priority) { in ForEachMacro()
478 found_priority = pi->second; in ForEachMacro()