MCPcopy Create free account
hub / github.com/beefytech/Beef / GetLanguage

Method GetLanguage

IDEHelper/DbgModule.cpp:738–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738DbgLanguage DbgSubprogram::GetLanguage()
739{
740 if (mParentType != NULL)
741 return mParentType->GetLanguage();
742 if (mCompileUnit->mLanguage != DbgLanguage_Unknown)
743 return mCompileUnit->mLanguage;
744 return DbgLanguage_C; // Parent type would have been set for Beef, so it must be C
745}
746
747bool DbgSubprogram::Equals(DbgSubprogram* checkMethod, bool allowThisMismatch)
748{

Callers 15

PopulateHotCallstacksMethod · 0.45
ScanSpanMethod · 0.45
CreateFilterNameFunction · 0.45
GetMemberListMethod · 0.45
WrapWithModifiersFunction · 0.45
DbgTypedValueToStringMethod · 0.45
EvaluateContinueMethod · 0.45
EvaluateMethod · 0.45
GetAutoLocalsMethod · 0.45
GetStackFrameInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected