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