Searched refs:AutoTypes (Results 1 – 2 of 2) sorted by relevance
252 mutable llvm::DenseMap<llvm::FoldingSetNodeID, AutoType *> AutoTypes; variable
6628 if (auto const AT_iter = AutoTypes.find(ID); AT_iter != AutoTypes.end()) in getAutoTypeInternal()6663 AutoTypes.try_emplace(ID, AT); in getAutoTypeInternal()