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

/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
100 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
107 if (CanonPointeeTy == ObjTy)
179 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy); local
180 if (CanonPointeeTy == ObjTy)

Completed in 110 milliseconds