Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1983 Sema::ConditionResult SecondPart; in ParseForStatement() local
2114 SecondPart = Sema::ConditionError(); in ParseForStatement()
2129 !SecondPart.isInvalid()) { in ParseForStatement()
2141 SecondPart = ParseCXXCondition( in ParseForStatement()
2167 SecondPart = Sema::ConditionError(); in ParseForStatement()
2169 SecondPart = Actions.ActOnCondition( in ParseForStatement()
2184 if (!SecondPart.isInvalid()) in ParseForStatement()
2290 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()