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

/external/clang/tools/libclang/
H A DCXType.cpp635 ET = cast<DependentSizedArrayType> (TP)->getElementType();
687 ET = cast<DependentSizedArrayType> (TP)->getElementType();
/external/clang/include/clang/AST/
H A DASTContext.h107 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes;
2123 const DependentSizedArrayType *getAsDependentSizedArrayType(QualType T)
2125 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T));
H A DCanonicalType.h446 template<> struct CanProxyAdaptor<DependentSizedArrayType>;
H A DRecursiveASTVisitor.h950 DEF_TRAVERSE_TYPE(DependentSizedArrayType, {
1151 DEF_TRAVERSE_TYPELOC(DependentSizedArrayType, {
H A DType.h2659 class DependentSizedArrayType : public ArrayType { class in namespace:clang
2672 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can,
5537 return isa<DependentSizedArrayType>(CanonicalType);
H A DTypeLoc.h1420 DependentSizedArrayType> {
/external/clang/lib/AST/
H A DTypePrinter.cpp511 const DependentSizedArrayType *T,
518 const DependentSizedArrayType *T,
H A DASTContext.cpp2710 const DependentSizedArrayType *dat = cast<DependentSizedArrayType>(ty);
2793 DependentSizedArrayType *newType
2795 DependentSizedArrayType(*this, elementType, QualType(),
2809 DependentSizedArrayType::Profile(ID, *this,
2814 DependentSizedArrayType *canonTy =
2820 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0),
2839 DependentSizedArrayType *sugaredType
2841 DependentSizedArrayType(*this, elementType, canon, numElements,
4239 const DependentSizedArrayType *DSA
[all...]
H A DMicrosoftMangle.cpp2110 void MicrosoftCXXNameMangler::mangleType(const DependentSizedArrayType *T,
2139 const DependentSizedArrayType *DSAT =
H A DType.cpp124 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context, function in class:DependentSizedArrayType
136 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
H A DASTDumper.cpp290 void VisitDependentSizedArrayType(const DependentSizedArrayType *T) {
H A DASTImporter.cpp52 // FIXME: DependentSizedArrayType
593 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1);
594 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2);
H A DItaniumMangle.cpp2635 void CXXNameMangler::mangleType(const DependentSizedArrayType *T) {
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1329 const DependentSizedArrayType *DependentArrayParm
1356 if (const DependentSizedArrayType *DependentArrayArg
1357 = dyn_cast<DependentSizedArrayType>(ArrayArg))
3249 const DependentSizedArrayType *ArrTy =
4778 cast<DependentSizedArrayType>(T)->getSizeExpr(),
H A DTreeTransform.h4508 const DependentSizedArrayType *T = TL.getTypePtr();
9515 } else if (const DependentSizedArrayType *DepArrayT
9516 = dyn_cast<DependentSizedArrayType>(ArrayT)) {
H A DSemaTemplate.cpp4105 const DependentSizedArrayType* T) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4484 AST_TYPE_MATCHER(DependentSizedArrayType, dependentSizedArrayType);
/external/clang/lib/Serialization/
H A DASTWriter.cpp377 ASTTypeWriter::VisitDependentSizedArrayType(const DependentSizedArrayType *T) {

Completed in 553 milliseconds