class FindName_FindLocalVariable_Test

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

This test declares the following structure. There are three levels of variables, each one has one

unique variable, and one labeled "value" for testing ambiguity.

namespace ns {

int32_t ns_value;

void Foo(int32_t value, int32_t other_param) {

int32_t value; // 2nd declaration.

int32_t function_local;

{

int32_t value; // 3rd declaration.

int32_t block_local;

}

}

} // namespace ns

Public Methods

void FindName_FindLocalVariable_Test ()

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

void FindName_FindLocalVariable_Test (const FindName_FindLocalVariable_Test & )

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

void FindName_FindLocalVariable_Test (FindName_FindLocalVariable_Test && )

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

FindName_FindLocalVariable_Test & operator= (const FindName_FindLocalVariable_Test & )

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

FindName_FindLocalVariable_Test & operator= (FindName_FindLocalVariable_Test && )

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc

void ~FindName_FindLocalVariable_Test ()

Defined at line 53 of file ../../src/developer/debug/zxdb/expr/find_name_unittest.cc