Member predicate LocalVariableDeclStmt::getVariableDeclExpr
Gets the nth local variable declaration. For example, the second
(n = 1) declaration is y = "" in
void M() {
string x = null, y = "";
}
Gets the nth local variable declaration. For example, the second
(n = 1) declaration is y = "" in
void M() {
string x = null, y = "";
}