Home
last modified time | relevance | path

Searched refs:getLocationType (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h483 virtual QualType getLocationType() const = 0;
486 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
507 QualType getLocationType() const override { in getLocationType() function
553 QualType getLocationType() const override { in getLocationType() function
602 QualType getLocationType() const override { in getLocationType() function
650 QualType getLocationType() const override { return BC->getLocationType(); } in getLocationType() function
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp77 T = TR->getLocationType(); in assume()
DProgramState.cpp771 return DynamicTypeInfo(TR->getLocationType(), /*CanBeSubclass=*/false); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
DRegionStore.cpp1280 T = TR->getLocationType(); in getBinding()