CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_ast_family_defs.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  */
18 #ifdef CS_CPP_IMPL
19 #ifndef SWIG
20 #include "cs_ast.h"
21 #include "cs_ast_base.h"
22 #include "cs_ast_base.h"
23 #include "cs_ast_c.h"
24 #include "cs_ast_c.h"
25 #endif
26 const ast_family ast_family::DEFAULT = ast_family(csaf_default);
27 const ast_family ast_family::C_NORMALIZED = ast_family(csaf_c_normalized);
28 const ast_family ast_family::C_UNNORMALIZED = ast_family(csaf_c_unnormalized);
29 #endif
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