Searched refs:VariableConstructionContext (Results 1 – 3 of 3) sorted by relevance
301 class VariableConstructionContext : public ConstructionContext {305 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext() function324 class SimpleVariableConstructionContext : public VariableConstructionContext {328 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()347 : public VariableConstructionContext {354 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext()
198 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
126 const auto *DSCC = cast<VariableConstructionContext>(CC); in prepareForObjectConstruction()