| 750 | } |
| 751 | |
| 752 | PSymbol *PClass::FindSymbol(FName symname, bool searchparents) const |
| 753 | { |
| 754 | if (VMType == nullptr) return nullptr; |
| 755 | return VMType->Symbols.FindSymbol(symname, searchparents); |
| 756 | } |
| 757 | |
| 758 | //========================================================================== |
| 759 | // |
no outgoing calls
no test coverage detected