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.h234 llvm::DenseMap<Decl *, ASTImportError> ImportDeclErrors; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10472 auto Pos = ImportDeclErrors.find(FromD); in getImportDeclErrorIfAny()
10473 if (Pos != ImportDeclErrors.end()) in getImportDeclErrorIfAny()
10480 auto InsertRes = ImportDeclErrors.insert({From, Error}); in setImportDeclError()