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