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

/external/chromium_org/v8/src/
H A Dpreparser.cc269 return ParseIfStatement(ok);
522 PreParser::Statement PreParser::ParseIfStatement(bool* ok) { function in class:v8::internal::PreParser
H A Dparser.h738 IfStatement* ParseIfStatement(ZoneList<const AstRawString*>* labels,
H A Dpreparser.h1497 Statement ParseIfStatement(bool* ok);
H A Dparser.cc1620 return ParseIfStatement(labels, ok);
2463 IfStatement* Parser::ParseIfStatement(ZoneList<const AstRawString*>* labels, function in class:v8::internal::Parser
/external/clang/lib/Parse/
H A DParseStmt.cpp236 return ParseIfStatement(TrailingElseLoc);
1058 /// ParseIfStatement
1065 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) { function in class:Parser
1248 // See comments in ParseIfStatement for why we create a scope for the
1322 // See comments in ParseIfStatement for why we create a scope for the
1691 // See comments in ParseIfStatement for why we create a scope for
/external/clang/include/clang/Parse/
H A DParser.h1599 StmtResult ParseIfStatement(SourceLocation *TrailingElseLoc);

Completed in 3206 milliseconds