Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h37 bool static_member = false);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp46 bool static_member) in Variable() argument
52 m_static_member(static_member) {} in Variable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp921 bool static_member = false; in CreateGlobalVariable() local
925 location_is_constant_data, static_member); in CreateGlobalVariable()
954 bool static_member = false; in CreateConstantSymbol() local
958 external, artificial, location_is_constant_data, static_member); in CreateConstantSymbol()
1855 bool static_member = false; in CreateLocalVariable() local
1860 location_is_constant_data, static_member); in CreateLocalVariable()