Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp86 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
89 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy) in castRegion()
96 if (CanonPointeeTy == ObjTy) in castRegion()
168 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); in castRegion() local
169 if (CanonPointeeTy == ObjTy) in castRegion()