Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp191 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment() local
193 if (!ThisPointeeType->isUnionType()) { in Environment()
194 auto &ThisPointeeLoc = createStorageLocation(ThisPointeeType); in Environment()
196 if (Value *ThisPointeeVal = createValue(ThisPointeeType)) in Environment()