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

/external/clang/include/clang/AST/
H A DType.h2283 Expr *getSizeExpr() const { function in class:clang::VariableArrayType
2340 Expr *getSizeExpr() const { function in class:clang::DependentSizedArrayType
2362 getSizeModifier(), getIndexTypeCVRQualifiers(), getSizeExpr());
2391 Expr *getSizeExpr() const { return SizeExpr; } function in class:clang::DependentSizedExtVectorType
2404 Profile(ID, Context, getElementType(), getSizeExpr());

Completed in 77 milliseconds