Home
last modified time | relevance | path

Searched refs:ParseWhileStatement (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp291 return ParseWhileStatement(TrailingElseLoc); in ParseStatementOrDeclarationAfterAttributes()
1722 StmtResult Parser::ParseWhileStatement(SourceLocation *TrailingElseLoc) { in ParseWhileStatement() function in Parser
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2103 StmtResult ParseWhileStatement(SourceLocation *TrailingElseLoc);