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

/external/clang/include/clang/AST/
H A DType.h2440 Expr *getSizeExpr() const { function in class:clang::VariableArrayType
2496 Expr *getSizeExpr() const { function in class:clang::DependentSizedArrayType
2517 getSizeModifier(), getIndexTypeCVRQualifiers(), getSizeExpr());
2546 Expr *getSizeExpr() const { return SizeExpr; } function in class:clang::DependentSizedExtVectorType
2558 Profile(ID, Context, getElementType(), getSizeExpr());

Completed in 108 milliseconds