Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2815 auto const ColRange = NumCols->getSourceRange(); in BuildMatrixType() local
2821 << ColRange; in BuildMatrixType()
2835 << "matrix_type" << AANT_ArgumentIntegerConstant << ColRange; in BuildMatrixType()
2844 << "matrix" << RowRange << ColRange; in BuildMatrixType()
2852 Diag(AttrLoc, diag::err_attribute_zero_size) << "matrix" << ColRange; in BuildMatrixType()
2862 << ColRange << "matrix column"; in BuildMatrixType()