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

/external/clang/lib/AST/
H A DType.cpp102 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context, function in class:DependentSizedArrayType
114 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
/external/clang/include/clang/AST/
H A DType.h2307 /// DependentSizedArrayType - This type represents an array type in
2320 class DependentSizedArrayType : public ArrayType { class in namespace:clang
2333 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can,
2355 static bool classof(const DependentSizedArrayType *) { return true; }
4822 return isa<DependentSizedArrayType>(CanonicalType);

Completed in 95 milliseconds