Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h111 void setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function
128 void setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp341 void Environment::setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
352 void Environment::setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment