Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp126 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction() local
127 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
394 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction() local
395 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()