Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp463 ssize_t found_priority = -1; in ForEachMacro() local
474 if (pi != module_priorities.end() && pi->second > found_priority) { in ForEachMacro()
476 found_priority = pi->second; in ForEachMacro()
486 if ((pi != module_priorities.end()) && pi->second > found_priority) { in ForEachMacro()
488 found_priority = pi->second; in ForEachMacro()