コード例 #1
0
ファイル: LocalDeclaration.cs プロジェクト: lcartey/codeql
 protected override void Populate()
 {
     VariableDeclarations.Populate(cx, Stmt.Declaration, this, 0);
     cx.BindComments(this, Stmt.GetLocation());
 }
コード例 #2
0
 protected override void PopulateStatement(TextWriter trapFile)
 {
     VariableDeclarations.Populate(Context, Stmt.Declaration, this, 0);
     Context.BindComments(this, Stmt.GetLocation());
 }