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

/external/clang/lib/AST/
H A DType.cpp126 DependentSizedExtVectorType::DependentSizedExtVectorType(const function in class:DependentSizedExtVectorType
143 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID,
558 const DependentSizedExtVectorType *T) {
/external/clang/include/clang/AST/
H A DType.h2370 /// DependentSizedExtVectorType - This type represent an extended vector type
2378 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2385 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
2401 static bool classof(const DependentSizedExtVectorType *) { return true; }

Completed in 50 milliseconds