CodeQL library for C/C++
codeql/cpp-all 0.7.2 ( changelog , source )
Search

Class PrintAstConfiguration

The query can extend this class to control which functions are printed.

Import path

import semmle.code.cpp.PrintAST

Direct supertypes

Known direct subtypes

Predicates

shouldPrintFunction

Holds if the AST for func should be printed. By default, holds for all functions.

toString

Gets a textual representation of this PrintASTConfiguration.