reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1034       if ((LValue = V.getAs<Loc>())) {
 1035         SVal RValue = State->getRawSVal(*LValue, RetE->getType());
 1096     if (LValue) {
 1097       if (const MemRegion *MR = LValue->getAsRegion()) {