Searched refs:getDependentSizedExtVectorType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1044 QualType getDependentSizedExtVectorType(QualType VectorType,
/external/clang/lib/AST/
H A DASTContext.cpp2742 ASTContext::getDependentSizedExtVectorType(QualType vecType, function in class:ASTContext
2772 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr,
/external/clang/lib/Sema/
H A DSemaType.cpp1738 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc);

Completed in 147 milliseconds