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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  318   SVal getLValue(const FieldDecl *decl, SVal Base) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  262       State->getLValue(SuccessField, Instance).getAs<Loc>();
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  301         State->getLValue(I, loc::MemRegionVal(R)).castAs<loc::MemRegionVal>();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  854         FieldLoc = State->getLValue(BMI->getMember(), thisVal);
 1055   SVal FieldVal = State->getLValue(Member, ThisLoc);
 2452         VInfo = std::make_pair(state->getLValue(FD, CXXThisVal), FD->getType());
 2605       SVal L = state->getLValue(field, baseExprVal);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  153         FieldVal = State->getLValue(Init->getMember(), ThisVal);
  907     SVal FieldLoc = State->getLValue(FieldForCapture, V);
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
 1116         return state->getLValue(FD, Result);