Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h127 void setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function
144 void setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp580 void Environment::setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
591 void Environment::setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment