Searched defs:ParseIfStatement (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dpreparser.cc239 return ParseIfStatement(ok);
493 PreParser::Statement PreParser::ParseIfStatement(bool* ok) { function in class:v8::preparser::PreParser
H A Dparser.cc1614 stmt = ParseIfStatement(labels, ok);
2439 IfStatement* Parser::ParseIfStatement(ZoneStringList* labels, bool* ok) { function in class:v8::internal::Parser
/external/clang/lib/Parse/
H A DParseStmt.cpp200 return ParseIfStatement(TrailingElseLoc);
856 /// ParseIfStatement
863 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) { function in class:Parser
1053 // See comments in ParseIfStatement for why we create a scope for the
1131 // See comments in ParseIfStatement for why we create a scope for the
1464 // See comments in ParseIfStatement for why we create a scope for

Completed in 90 milliseconds