HomeSort by: relevance | last modified time | path
    Searched defs:DependentSizedArrayType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 120 // Note, we need to check for DependentSizedArrayType explicitly here
121 // because we use a DependentSizedArrayType with no size expression as the
202 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
210 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3081 class DependentSizedArrayType : public ArrayType {
3096 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can,
6758 return isa<DependentSizedArrayType>(CanonicalType);

Completed in 69 milliseconds