Searched refs:LVScopeFunctionType (Results 1 – 3 of 3) sorted by relevance
740 class LVScopeFunctionType final : public LVScopeFunction {742 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType() function743 LVScopeFunctionType(const LVScopeFunctionType &) = delete;744 LVScopeFunctionType &operator=(const LVScopeFunctionType &) = delete;745 ~LVScopeFunctionType() = default;
210 CurrentScope = new LVScopeFunctionType(); in createElement()
1945 void LVScopeFunctionType::resolveExtra() { in resolveExtra()