Searched refs:const_value_or_err (Results 1 – 1 of 1) sorted by relevance
2926 llvm::Expected<llvm::APInt> const_value_or_err = in CreateStaticMemberVariable() local2928 if (!const_value_or_err) { in CreateStaticMemberVariable()2929 LLDB_LOG_ERROR(log, const_value_or_err.takeError(), in CreateStaticMemberVariable()2935 TypeSystemClang::SetIntegerInitializerForVariable(v, *const_value_or_err); in CreateStaticMemberVariable()