clang 20.0.0git
|
Represents construction into a field or a base class within a bigger object via a constructor initializer, eg. More...
#include "clang/Analysis/ConstructionContext.h"
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.
|
inlinestatic |
Definition at line 424 of file ConstructionContext.h.
References clang::ConstructionContext::getKind(), and clang::ConstructionContext::SimpleConstructorInitializerKind.
|
friend |
Definition at line 416 of file ConstructionContext.h.