Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp119 const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl()); in VisitObjCForCollectionStmt() local
120 assert(elemD->getInit() == nullptr); in VisitObjCForCollectionStmt()
121 elementV = state->getLValue(elemD, Pred->getLocationContext()); in VisitObjCForCollectionStmt()