Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1606 Sema::ConditionResult SecondPart; in ParseForStatement() local
1722 SecondPart = Sema::ConditionError(); in ParseForStatement()
1738 !SecondPart.isInvalid()) { in ParseForStatement()
1750 SecondPart = in ParseForStatement()
1771 SecondPart = Sema::ConditionError(); in ParseForStatement()
1773 SecondPart = in ParseForStatement()
1783 if (!SecondPart.isInvalid()) in ParseForStatement()
1881 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()