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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp894 Optional<Loc> ElementLoc; local
898 ElementLoc = State->getLValue(ElemDecl, LCtx);
900 ElementLoc = State->getSVal(Element, LCtx).getAs<Loc>();
903 if (!ElementLoc)
907 SVal Val = State->getSVal(*ElementLoc);

Completed in 54 milliseconds