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