say,<br><br>    int arr[] = { 1, 2, 3 }<br><br>here `arr` size is determined by the initializer expression automatically, but how to know this ? I implement `RecursiveASTVisitor::VisitVarDecl` and get a `VarDecl` object.<br><br>Thanks<br><br><br>