clang
7.0.0
|
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 bool | classof (const ConstructionContext *CC) |
![]() | |
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. More... | |
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 388 of file ConstructionContext.h.
|
inlinestatic |
Definition at line 398 of file ConstructionContext.h.
References clang::ConstructionContext::getKind().
|
friend |
Definition at line 390 of file ConstructionContext.h.