Home
last modified time | relevance | path

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

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