Home
last modified time | relevance | path

Searched refs:VariableConstructionContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DConstructionContext.h316 class VariableConstructionContext : public ConstructionContext {
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext() function
345 class SimpleVariableConstructionContext : public VariableConstructionContext {
349 : VariableConstructionContext(ConstructionContext::SimpleVariableKind, in SimpleVariableConstructionContext()
368 : public VariableConstructionContext {
375 : VariableConstructionContext(CXX17ElidedCopyVariableKind, DS), BTE(BTE) { in CXX17ElidedCopyVariableConstructionContext()
H A DCFG.h203 isa<VariableConstructionContext>(C) || in CFGCXXRecordTypedCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp126 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction()
394 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction()