Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp325 unsigned nColumns, QualType canonType) in ConstantMatrixType() argument
326 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
330 unsigned nRows, unsigned nColumns, in ConstantMatrixType() argument
333 NumColumns(nColumns) {} in ConstantMatrixType()