Searched refs:vMaskVarTypes (Results 1 – 2 of 2) sorted by relevance
429 const lldb::SBFrame &vrFrame, const MIuint vMaskVarTypes, in MIResponseFormVariableInfo() argument436 const bool bArg = (vMaskVarTypes & eVariableType_Arguments); in MIResponseFormVariableInfo()437 const bool bLocals = (vMaskVarTypes & eVariableType_Locals); in MIResponseFormVariableInfo()438 const bool bStatics = (vMaskVarTypes & eVariableType_Statics); in MIResponseFormVariableInfo()439 const bool bInScopeOnly = (vMaskVarTypes & eVariableType_InScope); in MIResponseFormVariableInfo()
166 const MIuint vMaskVarTypes,