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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp46 StmtResult Parser::ParseStatement(SourceLocation *TrailingElseLoc) { argument
1028 StmtResult Parser::ParseIfStatement(SourceLocation *TrailingElseLoc) { argument
109 ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement, SourceLocation *TrailingElseLoc) argument
162 ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, bool OnlyStatement, SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) argument
1154 ParseSwitchStatement(SourceLocation *TrailingElseLoc) argument
1242 ParseWhileStatement(SourceLocation *TrailingElseLoc) argument
1399 ParseForStatement(SourceLocation *TrailingElseLoc) argument
[all...]

Completed in 61 milliseconds