clang: clang::SimpleConstructorInitializerConstructionContext Class Reference (original) (raw)
Represents construction into a field or a base class within a bigger object via a constructor initializer, eg. More...
#include "[clang/Analysis/ConstructionContext.h](ConstructionContext%5F8h%5Fsource.html)"
| Static Public Member Functions | |
|---|---|
| static bool | classof (const ConstructionContext *CC) |
| Static Public Member Functions inherited from clang::ConstructorInitializerConstructionContext | |
| static bool | classof (const ConstructionContext *CC) |
| Static Public Member Functions inherited from clang::ConstructionContext | |
| static const ConstructionContext * | createFromLayers (BumpVectorContext &C, const ConstructionContextLayer *TopLayer) |
| Consume the construction context layer, together with its parent layers, and wrap it up into a complete construction context. |
| Friends | |
|---|---|
| class | ConstructionContext |
Represents construction into a field or a base class within a bigger object via a constructor initializer, eg.
T(): field(123) { ... }.
Definition at line 414 of file ConstructionContext.h.
◆ classof()
| bool clang::SimpleConstructorInitializerConstructionContext::classof ( const ConstructionContext * CC) | inlinestatic |
|---|
◆ ConstructionContext
The documentation for this class was generated from the following file:
- include/clang/Analysis/ConstructionContext.h