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

Method Process

IDEHelper/Compiler/BfDemangler.cpp:2469–2482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467}
2468
2469void MsDemangleScanner::Process(const StringImpl& mangledName)
2470{
2471 mMangledName = mangledName;
2472
2473 char c = mangledName[mCurIdx++];
2474 BF_ASSERT(c == '?');
2475
2476 DemangleName();
2477
2478 if (mFailed)
2479 {
2480 mIsData = false;
2481 }
2482}
2483
2484//////////////////////////////////////////////////////////////////////////
2485

Callers 3

RunLoopMethod · 0.45
BfParser_BuildDefsFunction · 0.45
IsDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected