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.h470 virtual QualType getLocationType() const = 0;
473 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
494 virtual QualType getLocationType() const { in getLocationType() function
538 QualType getLocationType() const { in getLocationType() function
577 QualType getLocationType() const { in getLocationType() function
623 QualType getLocationType() const { return BC->getLocationType(); } in getLocationType() function
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp736 return DynamicTypeInfo(TR->getLocationType(), /*CanBeSubclass=*/false); in getDynamicTypeInfo()
DRegionStore.cpp954 QualType BaseType = TSR->getLocationType()->getPointeeType(); in evalDynamicCast()
1050 T = TR->getLocationType(); in getBinding()