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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1397 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3939 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr,
3966 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 2555 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,
2567 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,

Completed in 74 milliseconds