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