HomeSort by: relevance | last modified time | path
    Searched refs:CanonElementTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3420 MatrixType(QualType ElementTy, QualType CanonElementTy);
3422 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4086 QualType CanonElementTy = getCanonicalType(ElementTy);
4088 DependentSizedMatrixType::Profile(ID, *this, CanonElementTy, RowExpr,
4097 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc);

Completed in 38 milliseconds