codeql/cpp-all
4.3.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if node belongs to the output tree, and its property key has the given value.
node
key
value
import semmle.code.cpp.PrintAST
predicate nodes(PrintAstNode node, string key, string value)