reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 llvm::Error GetError() const;
640 if (llvm::Error err = regexp.GetError()) { 671 if (llvm::Error err = regexp.GetError()) {tools/lldb/source/Commands/CommandObjectFrame.cpp
574 if (llvm::Error err = regex.GetError())
tools/lldb/source/Interpreter/OptionValueRegex.cpp 53 } else if (llvm::Error err = m_regex.GetError()) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 291 if (llvm::Error err = regex.GetError()) {
tools/lldb/unittests/Utility/RegularExpressionTest.cpp18 cantFail(r1.GetError()); 27 cantFail(r2.GetError()); 35 Error err = r1.GetError(); 45 Error err = r1.GetError(); 55 cantFail(r1.GetError());