clang 20.0.0git
|
Represents construction into a simple local variable, eg. More...
#include "clang/Analysis/ConstructionContext.h"
Static Public Member Functions | |
static bool | classof (const ConstructionContext *CC) |
Static Public Member Functions inherited from clang::VariableConstructionContext | |
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 simple local variable, eg.
T var(123);. If a variable has an initializer, eg. T var = makeT();, then the final elidable copy-constructor from makeT() into var would also be a simple variable constructor handled by this class.
Definition at line 345 of file ConstructionContext.h.
|
inlinestatic |
Definition at line 353 of file ConstructionContext.h.
References clang::ConstructionContext::getKind(), and clang::ConstructionContext::SimpleVariableKind.
|
friend |
Definition at line 346 of file ConstructionContext.h.