Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1821 Sema::ConditionResult SecondPart; in ParseForStatement() local
1945 SecondPart = Sema::ConditionError(); in ParseForStatement()
1960 !SecondPart.isInvalid()) { in ParseForStatement()
1972 SecondPart = in ParseForStatement()
1997 SecondPart = Sema::ConditionError(); in ParseForStatement()
1999 SecondPart = in ParseForStatement()
2014 if (!SecondPart.isInvalid()) in ParseForStatement()
2117 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()