Searched defs:CanonPointeeTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp96 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
99 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
106 if (CanonPointeeTy == ObjTy)
178 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
179 if (CanonPointeeTy == ObjTy)

Completed in 73 milliseconds