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

Go to the source code of this file.

Variables

static const syntax_kind COMMENT
 Code comment. More...
 
static const syntax_kind GRAYOUT
 Code present in the underlying source file but removed by the preprocessor for the compilation unit containing this instance. More...
 
static const syntax_kind INCLUDE
 Preprocessor include directive. More...
 
static const syntax_kind INCLUDE_DIRECTIVE
 Preprocessor include directive. More...
 
static const syntax_kind KEYWORD
 Programming language keyword. More...
 
static const syntax_kind LABEL
 Statement label. More...
 
static const syntax_kind MACRO
 Macro name. More...
 
static const syntax_kind OPCODE
 Assembly language opcode. More...
 
static const syntax_kind PREPROCESSOR
 Preprocessor directive. More...
 
static const syntax_kind STRING
 String literal. More...
 

Variable Documentation

◆ COMMENT

const syntax_kind COMMENT
static

Code comment.

◆ GRAYOUT

const syntax_kind GRAYOUT
static

Code present in the underlying source file but removed by the preprocessor for the compilation unit containing this instance.

◆ INCLUDE

const syntax_kind INCLUDE
static

Preprocessor include directive.

◆ INCLUDE_DIRECTIVE

const syntax_kind INCLUDE_DIRECTIVE
static

Preprocessor include directive.

◆ KEYWORD

const syntax_kind KEYWORD
static

Programming language keyword.

◆ LABEL

const syntax_kind LABEL
static

Statement label.

◆ MACRO

const syntax_kind MACRO
static

Macro name.

◆ OPCODE

const syntax_kind OPCODE
static

Assembly language opcode.

◆ PREPROCESSOR

const syntax_kind PREPROCESSOR
static

Preprocessor directive.

◆ STRING

const syntax_kind STRING
static

String literal.