Searched refs:ImportDeclErrors (Results 1 – 2 of 2) sorted by relevance
262 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors; variable
9503 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()9504 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()9511 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()