Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1087 bool variable_found = false; in LookupLocalVariable() local
1097 if (var && !variable_found) { in LookupLocalVariable()
1098 variable_found = true; in LookupLocalVariable()
1109 if (!variable_found) { in LookupLocalVariable()
1122 variable_found = true; in LookupLocalVariable()
1128 return variable_found; in LookupLocalVariable()