Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h486 virtual QualType getLocationType() const = 0;
489 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
510 virtual QualType getLocationType() const { in getLocationType() function
556 QualType getLocationType() const { in getLocationType() function
605 QualType getLocationType() const { in getLocationType() function
651 QualType getLocationType() const { return BC->getLocationType(); } in getLocationType() function
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp790 return DynamicTypeInfo(TR->getLocationType(), /*CanBeSubclass=*/false); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
DRegionStore.cpp1290 T = TR->getLocationType(); in getBinding()