Home
last modified time | relevance | path

Searched refs:LocToName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1149 llvm::DenseMap<const StorageLocation *, std::string> LocToName; in dump() local
1151 LocToName[LocForRecordReturnVal] = "(returned record)"; in dump()
1153 LocToName[ThisPointeeLoc] = "this"; in dump()
1157 auto Iter = LocToName.insert({L, D->getNameAsString()}).first; in dump()
1171 if (auto Iter = LocToName.find(L); Iter != LocToName.end()) in dump()
1179 if (auto Iter = LocToName.find(ReturnLoc); Iter != LocToName.end()) in dump()