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

References

tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  575     return scan(X->getLoc());
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  550     Loc L = val.castAs<nonloc::LocAsInteger>().getLoc();
  567       if (const MemRegion *R = LV->getLoc().getAsRegion()) {
  572       return LV->getLoc();
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
   88     return X->getLoc().getAsLocSymbol(IncludeBaseRegions);
  156     return X->getLoc().getAsRegion();
  327       os << C.getLoc() << " [as " << C.getNumBits() << " bit integer]";
tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
   89     return assume(State, Cond.castAs<nonloc::LocAsInteger>().getLoc(),
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
   81       return LI->getLoc();
   86     return makeLocAsInteger(LI->getLoc(), castSize);
  554       Loc lhsL = lhs.castAs<nonloc::LocAsInteger>().getLoc();
  562                              rhs.castAs<nonloc::LocAsInteger>().getLoc(),