Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1926 FullExprArg ThirdPart(Actions); in ParseForStatement() local
2160 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get()); in ParseForStatement()
2208 ForLoc, FirstPart.get(), SecondPart.get().second, ThirdPart.get()); in ParseForStatement()
2258 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()