Searched refs:ThisPointeeType (Results 1 – 1 of 1) sorted by relevance
191 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment() local193 if (!ThisPointeeType->isUnionType()) { in Environment()194 auto &ThisPointeeLoc = createStorageLocation(ThisPointeeType); in Environment()196 if (Value *ThisPointeeVal = createValue(ThisPointeeType)) in Environment()