Searched refs:LVScopeFunctionType (Results 1 – 2 of 2) sorted by relevance
752 class LLVM_ABI LVScopeFunctionType final : public LVScopeFunction {754 LVScopeFunctionType() : LVScopeFunction() { setIsFunctionType(); } in LVScopeFunctionType() function755 LVScopeFunctionType(const LVScopeFunctionType &) = delete;756 LVScopeFunctionType &operator=(const LVScopeFunctionType &) = delete;757 ~LVScopeFunctionType() = default;
1950 void LVScopeFunctionType::resolveExtra() { in resolveExtra()