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

Overridden By

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  541   QualType getLocationType() const override {
  595   QualType getLocationType() const override {
  648   QualType getLocationType() const override {
  702   QualType getLocationType() const override { return BC->getLocationType(); }

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
  518     return getLocationType().getDesugaredType(Context);
tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
   49     return DynamicTypeInfo(TR->getLocationType(), /*CanBeSub=*/false);
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1473         T = TR->getLocationType()->getPointeeType();
tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
   34       T = TR->getLocationType();