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
  245   LLVM_NODISCARD ProgramStateRef bindLoc(SVal location, SVal V,

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  922     State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
   78         nextState = nextState->bindLoc(elementV, V, LCtx);