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

/external/clang/include/clang/AST/
H A DType.h2511 /// ConstantArrayType where the element type is 'int' and the size is 404.
2512 class ConstantArrayType : public ArrayType { class in namespace:clang
2515 ConstantArrayType(QualType et, QualType can, const llvm::APInt &size, function in class:clang::ConstantArrayType
2521 ConstantArrayType(TypeClass tc, QualType et, QualType can, function in class:clang::ConstantArrayType
2658 /// become either a ConstantArrayType or a VariableArrayType.
5528 return isa<ConstantArrayType>(CanonicalType);

Completed in 164 milliseconds