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

/external/clang/include/clang/AST/
H A DType.h2396 Expr *getSizeExpr() const { function in class:clang::VariableArrayType
2452 Expr *getSizeExpr() const { function in class:clang::DependentSizedArrayType
2473 getSizeModifier(), getIndexTypeCVRQualifiers(), getSizeExpr());
2502 Expr *getSizeExpr() const { return SizeExpr; } function in class:clang::DependentSizedExtVectorType
2514 Profile(ID, Context, getElementType(), getSizeExpr());

Completed in 160 milliseconds