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