clang 20.0.0git
|
Represents a temporary object that is being immediately returned from a function by value, eg. More...
#include "clang/Analysis/ConstructionContext.h"
Static Public Member Functions | |
static bool | classof (const ConstructionContext *CC) |
Static Public Member Functions inherited from clang::ReturnedValueConstructionContext | |
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 a temporary object that is being immediately returned from a function by value, eg.
return t; or return T(123);. In this case there is always going to be a constructor at the return site. However, the usual temporary-related bureaucracy (CXXBindTemporaryExpr, MaterializeTemporaryExpr) is normally located in the caller function's AST.
Definition at line 607 of file ConstructionContext.h.
|
inlinestatic |
Definition at line 616 of file ConstructionContext.h.
References clang::ConstructionContext::getKind(), and clang::ConstructionContext::SimpleReturnedValueKind.
|
friend |
Definition at line 609 of file ConstructionContext.h.