Searched refs:LVScopeFunctionType (Results 1 – 2 of 2) sorted by relevance
741 class LVScopeFunctionType final : public LVScopeFunction {743 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType() function744 LVScopeFunctionType(const LVScopeFunctionType &) = delete;745 LVScopeFunctionType &operator=(const LVScopeFunctionType &) = delete;746 ~LVScopeFunctionType() = default;
1932 void LVScopeFunctionType::resolveExtra() { in printExtra()