Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1560 Sema::ConditionResult SecondPart; in ParseForStatement() local
1668 SecondPart = Sema::ConditionError(); in ParseForStatement()
1683 if (!ForEach && !ForRange && !SecondPart.isInvalid()) { in ParseForStatement()
1691 SecondPart = in ParseForStatement()
1696 SecondPart = Sema::ConditionError(); in ParseForStatement()
1698 SecondPart = in ParseForStatement()
1705 if (!SecondPart.isInvalid()) in ParseForStatement()
1804 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()