Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1088 bool variable_found = false; in LookupLocalVariable() local
1098 if (var && !variable_found) { in LookupLocalVariable()
1099 variable_found = true; in LookupLocalVariable()
1110 if (!variable_found) { in LookupLocalVariable()
1123 variable_found = true; in LookupLocalVariable()
1129 return variable_found; in LookupLocalVariable()