Searched defs:DependentSizedExtVectorType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp147 DependentSizedExtVectorType::DependentSizedExtVectorType(const function in class:DependentSizedExtVectorType
164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID,
585 const DependentSizedExtVectorType *T) {
/external/clang/include/clang/AST/
H A DType.h2481 /// DependentSizedExtVectorType - This type represent an extended vector type
2489 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2496 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,

Completed in 103 milliseconds