CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_ast_family_decls.hpp
Go to the documentation of this file.
1 
2 /*
3  * Copyright (c) 2023, an unpublished work by CodeSecure, Inc.
4  * ALL RIGHTS RESERVED
5  *
6  * Copyright (c) 2013-2023, an unpublished work by GrammaTech, Inc.
7  * ALL RIGHTS RESERVED
8  *
9  * This software is furnished under a license and may be used and
10  * copied only in accordance with the terms of such license and the
11  * inclusion of the above copyright notice. This software or any
12  * other copies thereof may not be provided or otherwise made
13  * available to any other person. Title to and ownership of the
14  * software is retained by CodeSecure, Inc.
15  */
24  static const ast_family DEFAULT;
25 
26 
28  static const ast_family C_NORMALIZED;
29 
30 
32  static const ast_family C_UNNORMALIZED;
static const ast_family C_UNNORMALIZED
Unnormalized C/C++ AST.
Definition: cs_ast_family_decls.hpp:32
static const ast_family C_NORMALIZED
Normalized C/C++ AST.
Definition: cs_ast_family_decls.hpp:28
static const ast_family DEFAULT
Represents the first AST family, whatever it might be.
Definition: cs_ast_family_decls.hpp:24