Home
last modified time | relevance | path

Searched refs:ImportDeclErrors (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h234 llvm::DenseMap<Decl *, ASTImportError> ImportDeclErrors; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10378 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
10379 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
10386 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()