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

Method SetModule

IDEHelper/Compiler/BfAutoComplete.cpp:229–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void BfAutoComplete::SetModule(BfModule* module)
230{
231 if (module != NULL)
232 {
233 mModule = module;
234 mCompiler = mModule->mCompiler;
235 mSystem = mCompiler->mSystem;
236 }
237 else
238 {
239 mModule = NULL;
240 mCompiler = NULL;
241 mSystem = NULL;
242 }
243}
244
245void BfAutoComplete::Clear()
246{

Callers 3

ProcessWorkListMethod · 0.80
GetSymbolReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected