Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1081 bool variable_found = false; in LookupLocalVariable() local
1091 if (var && !variable_found) { in LookupLocalVariable()
1092 variable_found = true; in LookupLocalVariable()
1103 if (!variable_found) { in LookupLocalVariable()
1116 variable_found = true; in LookupLocalVariable()
1122 return variable_found; in LookupLocalVariable()