Searched refs:SecondPart (Results 1 – 1 of 1) sorted by relevance
1923 Sema::ConditionResult SecondPart; in ParseForStatement() local2062 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 …]