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

/external/clang/lib/AST/
H A DType.cpp123 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context, function in class:DependentSizedArrayType
135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
/external/clang/include/clang/AST/
H A DType.h2419 /// DependentSizedArrayType - This type represents an array type in
2432 class DependentSizedArrayType : public ArrayType { class in namespace:clang
2445 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can,
4928 return isa<DependentSizedArrayType>(CanonicalType);

Completed in 155 milliseconds