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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp124 const auto *DSCC = cast<VariableConstructionContext>(CC); local
125 const auto *DS = DSCC->getDeclStmt();
361 const auto *DSCC = cast<VariableConstructionContext>(CC); local
362 return addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, V);

Completed in 52 milliseconds