Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp513 ssize_t found_priority = -1; in ForEachMacro() local
524 if (pi != module_priorities.end() && pi->second > found_priority) { in ForEachMacro()
526 found_priority = pi->second; in ForEachMacro()
536 if ((pi != module_priorities.end()) && pi->second > found_priority) { in ForEachMacro()
538 found_priority = pi->second; in ForEachMacro()