| 995 | static BfImportKind GetImportKindFromPath(const StringImpl& filePath); |
| 996 | bool HasNoThisSplat() { return mIsMutating || mIsNoSplat; } |
| 997 | bool HasAppend() { return mAppendKind != BfAllowAppendKind_No; } |
| 998 | void Reset(); |
| 999 | void FreeMembers(); |
| 1000 | BfMethodDeclaration* GetMethodDeclaration(); |
no outgoing calls
no test coverage detected