CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
cs_ast_family_decls.hpp File Reference

Go to the source code of this file.

Variables

static const ast_family C_NORMALIZED
 Normalized C/C++ AST. More...
 
static const ast_family C_UNNORMALIZED
 Unnormalized C/C++ AST. More...
 
static const ast_family DEFAULT
 Represents the first AST family, whatever it might be. More...
 

Variable Documentation

◆ C_NORMALIZED

const ast_family C_NORMALIZED
static

Normalized C/C++ AST.

◆ C_UNNORMALIZED

const ast_family C_UNNORMALIZED
static

Unnormalized C/C++ AST.

◆ DEFAULT

const ast_family DEFAULT
static

Represents the first AST family, whatever it might be.

Used as a default in the API if the user does not specify a particular family.