Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp252 return ParseWhileStatement(TrailingElseLoc); in ParseStatementOrDeclarationAfterAttributes()
1242 StmtResult Parser::ParseWhileStatement(SourceLocation *TrailingElseLoc) { in ParseWhileStatement() function in Parser
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1518 StmtResult ParseWhileStatement(SourceLocation *TrailingElseLoc);