SetSourceCode
void SetSourceCode(FileSourceCode* source,
void SetSourceCode(DisassembledCode* source,
BaseView::SetSourceCode(sourceCode);
virtual void SetSourceCode(SourceCode* sourceCode);
void SetSourceCode(SourceCode* sourceCode);
virtual void SetSourceCode(SourceCode* sourceCode);
SetSourceCode(NULL);
SetSourceCode(code);
fMarkerManager->SetSourceCode(NULL);
fTextView->SetSourceCode(NULL);
fMarkerView->SetSourceCode(NULL);
fMarkerManager->SetSourceCode(fSourceCode);
fTextView->SetSourceCode(fSourceCode);
fMarkerView->SetSourceCode(fSourceCode);
virtual void SetSourceCode(SourceCode* sourceCode);
BaseView::SetSourceCode(sourceCode);
void SetSourceCode(SourceCode* sourceCode);
fSourceView->SetSourceCode(fActiveSourceCode);
functionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
function->SetSourceCode(NULL, FUNCTION_SOURCE_LOADING);
function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
instance->SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
SetSourceCode(NULL, FUNCTION_SOURCE_NOT_LOADED);
function->SetSourceCode(sourceCode,
entry->SetSourceCode(sourceCode);
entry->SetSourceCode(NULL);
SetSourceCode(NULL);
fFunctionInstance->SetSourceCode(sourceCode, state);
fFunctionInstance->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
function->SetSourceCode(sourceCode, FUNCTION_SOURCE_LOADED);
function->SetSourceCode(NULL, FUNCTION_SOURCE_UNAVAILABLE);
function->SetSourceCode(functionSourceCode, state);