Module UserType
Provides classes for modeling user-defined types such as classes, typedefs and enums.
Import path
import semmle.code.cpp.UserType
Imports
Declaration |
Provides classes for working with C and C++ declarations. |
Function |
Provides classes for working with functions, including template functions. |
Type |
Provides a hierarchy of classes for modeling C/C++ types. |
Classes
TypeDeclarationEntry |
A particular definition or forward declaration of a C/C++ user-defined type. |
UserType |
A C/C++ user-defined type. Examples include |