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

/external/clang/include/clang/AST/
H A DType.h2252 /// VariableArrayType - This class represents C arrays with a specified size
2256 /// Note: VariableArrayType's aren't uniqued (since the expressions aren't) and
2267 class VariableArrayType : public ArrayType { class in namespace:clang
2274 VariableArrayType(QualType et, QualType can, Expr *e, function in class:clang::VariableArrayType
2298 static bool classof(const VariableArrayType *) { return true; }
2319 /// become either a ConstantArrayType or a VariableArrayType.
4819 return isa<VariableArrayType>(CanonicalType);

Completed in 203 milliseconds