Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1961 Sema::ConditionResult SecondPart; in ParseForStatement() local
2092 SecondPart = Sema::ConditionError(); in ParseForStatement()
2107 !SecondPart.isInvalid()) { in ParseForStatement()
2119 SecondPart = ParseCXXCondition( in ParseForStatement()
2145 SecondPart = Sema::ConditionError(); in ParseForStatement()
2147 SecondPart = Actions.ActOnCondition( in ParseForStatement()
2162 if (!SecondPart.isInvalid()) in ParseForStatement()
2268 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()