Searched refs:LocToName (Results 1 – 1 of 1) sorted by relevance
1148 llvm::DenseMap<const StorageLocation *, std::string> LocToName; in dump() local1150 LocToName[LocForRecordReturnVal] = "(returned record)"; in dump()1152 LocToName[ThisPointeeLoc] = "this"; in dump()1156 auto Iter = LocToName.insert({L, D->getNameAsString()}).first; in dump()1170 if (auto Iter = LocToName.find(L); Iter != LocToName.end()) in dump()1178 if (auto Iter = LocToName.find(ReturnLoc); Iter != LocToName.end()) in dump()