Searched refs:innerStmt (Results 1 – 1 of 1) sorted by relevance
353 const Statement& innerStmt = *block.children().front(); in DetectVarDeclarationWithoutScope() local354 if (!innerStmt.is<VarDeclaration>()) { in DetectVarDeclarationWithoutScope()357 var = &innerStmt.as<VarDeclaration>().var(); in DetectVarDeclarationWithoutScope()