Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp134 const auto *DSCC = cast<VariableConstructionContext>(CC); in computeObjectUnderConstruction() local
135 const auto *DS = DSCC->getDeclStmt(); in computeObjectUnderConstruction()
406 const auto *DSCC = cast<VariableConstructionContext>(CC); in updateObjectsUnderConstruction() local
407 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V); in updateObjectsUnderConstruction()