Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2814 auto const RowRange = NumRows->getSourceRange(); in BuildMatrixType() local
2820 << "matrix_type" << AANT_ArgumentIntegerConstant << RowRange in BuildMatrixType()
2828 << "matrix_type" << AANT_ArgumentIntegerConstant << RowRange; in BuildMatrixType()
2844 << "matrix" << RowRange << ColRange; in BuildMatrixType()
2848 Diag(AttrLoc, diag::err_attribute_zero_size) << "matrix" << RowRange; in BuildMatrixType()
2857 << RowRange << "matrix row"; in BuildMatrixType()