Searched refs:getExtVectorType (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTContext.cpp597 return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr());
2019 return ClangASTType (ast, ast->getExtVectorType(element_type.GetQualType(), element_count).getAsOpaquePtr());
/external/clang/include/clang/AST/
H A DASTContext.h1037 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/external/clang/lib/Sema/
H A DSemaExprMember.cpp380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
H A DSemaExpr.cpp8252 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
8254 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
8256 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
8258 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
8261 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());
H A DSemaType.cpp1735 return Context.getExtVectorType(T, vectorSize);
H A DSemaInit.cpp1323 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
/external/clang/lib/AST/
H A DASTContext.cpp2710 /// getExtVectorType - Return the unique reference to an extended vector type of
2713 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { function in class:ASTContext
2728 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
7618 Type = Context.getExtVectorType(ElementType, NumElements);
H A DASTImporter.cpp1578 return Importer.getToContext().getExtVectorType(ToElementType,
/external/clang/lib/Serialization/
H A DASTReader.cpp5207 return Context.getExtVectorType(ElementType, NumElements);

Completed in 1394 milliseconds