Searched defs:canonType (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Type.cpp | 285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() 304 unsigned nColumns, QualType canonType) in ConstantMatrixType() 310 QualType canonType) in ConstantMatrixType() 330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 335 QualType canonType, VectorKind vecKind) in VectorType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 172 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 177 QualType canonType, VectorKind vecKind) in VectorType()
|