Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h146 void setThisPointeeStorageLocation(StorageLocation &Loc) { in setThisPointeeStorageLocation() function
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp195 DACtx.setThisPointeeStorageLocation(ThisPointeeLoc); in Environment()