Home
last modified time | relevance | path

Searched defs:getThisPointeeStorageLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h153 StorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp365 StorageLocation *Environment::getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function in clang::dataflow::Environment