Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4778 ExprResult RowR = CheckPlaceholderExpr(RowIdx); in CreateBuiltinMatrixSubscriptExpr() local
4779 if (RowR.isInvalid()) in CreateBuiltinMatrixSubscriptExpr()
4780 return RowR; in CreateBuiltinMatrixSubscriptExpr()
4781 RowIdx = RowR.get(); in CreateBuiltinMatrixSubscriptExpr()