Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1923 Sema::ConditionResult SecondPart; in ParseForStatement() local
2062 SecondPart = Sema::ConditionError(); in ParseForStatement()
2077 !SecondPart.isInvalid()) { in ParseForStatement()
2091 SecondPart = ParseCXXCondition( in ParseForStatement()
2112 if (SecondPart.isInvalid()) { in ParseForStatement()
2119 SecondPart = Actions.ActOnCondition(getCurScope(), ForLoc, in ParseForStatement()
2130 SecondPart = Sema::ConditionError(); in ParseForStatement()
2132 SecondPart = Actions.ActOnCondition( in ParseForStatement()
2147 if (!SecondPart.isInvalid()) in ParseForStatement()
2208 ForLoc, FirstPart.get(), SecondPart.get().second, ThirdPart.get()); in ParseForStatement()
[all …]