Home
last modified time | relevance | path

Searched refs:DescribeLastError (Results 1 - 6 of 6) sorted by relevance

/third_party/ninja/src/
H A Dlexer.h59 std::string DescribeLastError();
H A Dlexer_test.cc97 EXPECT_EQ("tabs are not allowed, use spaces", lexer.DescribeLastError()); in TEST()
H A Dlexer.in.cc105 string Lexer::DescribeLastError() { in DescribeLastError() function in Lexer
272 return Error(DescribeLastError(), err); in ReadEvalString()
H A Dlexer.cc106 string Lexer::DescribeLastError() { in DescribeLastError() function in Lexer
712 return Error(DescribeLastError(), err); in ReadEvalString()
H A Ddyndep_parser.cc62 return lexer_.Error(lexer_.DescribeLastError(), err); in Parse()
H A Dmanifest_parser.cc83 return lexer_.Error(lexer_.DescribeLastError(), err); in Parse()

Completed in 4 milliseconds