Searched refs:ImportDeclErrors (Results 1 – 3 of 3) sorted by relevance
266 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors; variable
9207 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()9208 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()9215 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()
1692 ``ASTImporter::ImportDeclErrors`` and the ones which are associated with the1750 the end of the import we have an entry in ``ImportDeclErrors`` for A,B,E but