Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp283 QualType ThisPointeeType = MethodDecl->getThisObjectType(); in Environment() local
284 ThisPointeeLoc = &createStorageLocation(ThisPointeeType); in Environment()
285 if (Value *ThisPointeeVal = createValue(ThisPointeeType)) in Environment()