Searched refs:DependentSizedArrayType (Results 1 - 19 of 19) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.cpp618 ET = cast<DependentSizedArrayType> (TP)->getElementType();
670 ET = cast<DependentSizedArrayType> (TP)->getElementType();
/external/clang/lib/AST/
H A DASTContext.cpp2507 const DependentSizedArrayType *dat = cast<DependentSizedArrayType>(ty);
2590 DependentSizedArrayType *newType
2592 DependentSizedArrayType(*this, elementType, QualType(),
2606 DependentSizedArrayType::Profile(ID, *this,
2611 DependentSizedArrayType *canonTy =
2617 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0),
2635 DependentSizedArrayType *sugaredType
2637 DependentSizedArrayType(*this, elementType, canon, numElements,
3947 const DependentSizedArrayType *DSA
[all...]
H A DType.cpp123 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context, function in class:DependentSizedArrayType
135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
H A DTypePrinter.cpp493 const DependentSizedArrayType *T,
500 const DependentSizedArrayType *T,
H A DMicrosoftMangle.cpp1764 void MicrosoftCXXNameMangler::mangleType(const DependentSizedArrayType *T,
1791 const DependentSizedArrayType *DSAT =
H A DASTImporter.cpp52 // FIXME: DependentSizedArrayType
493 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1);
494 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2);
H A DItaniumMangle.cpp2087 void CXXNameMangler::mangleType(const DependentSizedArrayType *T) {
/external/clang/include/clang/AST/
H A DASTContext.h94 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes;
1892 const DependentSizedArrayType *getAsDependentSizedArrayType(QualType T)
1894 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T));
H A DCanonicalType.h519 template<> struct CanProxyAdaptor<DependentSizedArrayType>;
H A DDataRecursiveASTVisitor.h849 DEF_TRAVERSE_TYPE(DependentSizedArrayType, {
1042 DEF_TRAVERSE_TYPELOC(DependentSizedArrayType, {
H A DRecursiveASTVisitor.h914 DEF_TRAVERSE_TYPE(DependentSizedArrayType, {
1107 DEF_TRAVERSE_TYPELOC(DependentSizedArrayType, {
H A DTypeLoc.h1338 DependentSizedArrayType> {
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);
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1368 const DependentSizedArrayType *DependentArrayParm
1395 if (const DependentSizedArrayType *DependentArrayArg
1396 = dyn_cast<DependentSizedArrayType>(ArrayArg))
4823 cast<DependentSizedArrayType>(T)->getSizeExpr(),
H A DTreeTransform.h4089 const DependentSizedArrayType *T = TL.getTypePtr();
8029 } else if (const DependentSizedArrayType *DepArrayT
8030 = dyn_cast<DependentSizedArrayType>(ArrayT)) {
H A DSemaTemplate.cpp3976 const DependentSizedArrayType* T) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3062 AST_TYPE_MATCHER(DependentSizedArrayType, dependentSizedArrayType);
/external/lldb/source/Symbol/
H A DClangASTType.cpp263 element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType());
/external/clang/lib/Serialization/
H A DASTWriter.cpp330 ASTTypeWriter::VisitDependentSizedArrayType(const DependentSizedArrayType *T) {

Completed in 483 milliseconds