CodeQL library for Rust
codeql/rust-all 0.2.16 (changelog, source)
Search

Module Impl

Import path

import codeql.rust.elements.internal.VariableImpl

Predicates

assignmentOperationDescendant

Holds if e occurs in the LHS of an assignment operation.

variableDecl

Holds if name declares a variable named text at definingNode. Normally, definingNode = name, except in cases like

Classes

NestedFunctionAccess

A nested function access.

Variable

A variable.

VariableAccess

A variable access.

VariableReadAccess

A variable read.

VariableWriteAccess

A variable write.