Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp816 StorageLocation &Environment::createStorageLocation(QualType Type) { createStorageLocation() function in clang::dataflow::Environment
820 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { createStorageLocation() function in clang::dataflow::Environment
827 StorageLocation &Environment::createStorageLocation(const Expr &E) { createStorageLocation() function in clang::dataflow::Environment
[all...]
H A DDataflowAnalysisContext.cpp63 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::DataflowAnalysisContext