Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp831 StorageLocation &Environment::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::Environment
835 StorageLocation &Environment::createStorageLocation(const ValueDecl &D) { in createStorageLocation() function in clang::dataflow::Environment
842 StorageLocation &Environment::createStorageLocation(const Expr &E) { in createStorageLocation() function in clang::dataflow::Environment
H A DDataflowAnalysisContext.cpp63 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation() function in clang::dataflow::DataflowAnalysisContext