Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp135 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction() local
136 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
414 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction() local
415 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()