Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp502 ssize_t found_priority = -1; in ForEachMacro() local
513 if (pi != module_priorities.end() && pi->second > found_priority) { in ForEachMacro()
515 found_priority = pi->second; in ForEachMacro()
525 if ((pi != module_priorities.end()) && pi->second > found_priority) { in ForEachMacro()
527 found_priority = pi->second; in ForEachMacro()